mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 01:32:05 +00:00
Code comments
This commit is contained in:
@@ -81,7 +81,7 @@ void deletePeer (void) {
|
|||||||
ESP_LOGE("ESP-NOW", "Could not delete peer");
|
ESP_LOGE("ESP-NOW", "Could not delete peer");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Function to send data to the receiver
|
// Function for sending the data to the receiver
|
||||||
void sendData (void) {
|
void sendData (void) {
|
||||||
|
|
||||||
buffer.crc = 0;
|
buffer.crc = 0;
|
||||||
|
Reference in New Issue
Block a user