Code comments

This commit is contained in:
2025-06-17 01:18:14 -04:00
parent fba3796ce5
commit 2ad88c842c

View File

@@ -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;