mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 01:32:05 +00:00
espnow autoreconnect
This commit is contained in:
@@ -139,7 +139,7 @@ static void statusDataSend(const uint8_t *mac_addr, esp_now_send_status_t status
|
||||
ESP_LOGE(TAG, "Error sending data. Error code: 0x%04X", status);
|
||||
ESP_LOGE(TAG, "esp_now_send() failed: %s", esp_err_to_name(status));
|
||||
ESP_LOGE(TAG, "Ensure that receiver is powered-on and MAC is correct.");
|
||||
//deletePeer();
|
||||
deletePeer();
|
||||
|
||||
//esp_restart();
|
||||
if (espnow_channel < 11) {
|
||||
|
Reference in New Issue
Block a user