diff --git a/ESP-IDF_Robot_RC/main/espnow_example_main.c b/ESP-IDF_Robot_RC/main/espnow_example_main.c index 484abd9a4..71056ae5d 100755 --- a/ESP-IDF_Robot_RC/main/espnow_example_main.c +++ b/ESP-IDF_Robot_RC/main/espnow_example_main.c @@ -81,7 +81,7 @@ void deletePeer (void) { 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) { buffer.crc = 0;