From 2ad88c842cebceb78173c3bb0bb3cca9eb90402b Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Tue, 17 Jun 2025 01:18:14 -0400 Subject: [PATCH] Code comments --- ESP-IDF_Robot_RC/main/espnow_example_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;