ESP-NOW-Transmitter

This commit is contained in:
2025-06-17 13:00:56 -04:00
parent afb8ce9522
commit f969e407fb
3 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
3410a9f624e5fdbcbce5723f5b50747442493cdd
afb8ce9522943b81d24d22ed30e56dddf3ed6fdf

View File

@@ -96,6 +96,7 @@ void sendData (void) {
// If status is NOT OK, display error message and error code (in hexadecimal).
if (result != 0) {
ESP_LOGE("ESP-NOW", "Error sending data! Error code: 0x%04X", result);
ESP_LOGE("ESP-NOW", "esp_now_send() failed: %s", esp_err_to_name(result));
deletePeer();
}
}