espnow autoreconnect

This commit is contained in:
2025-07-28 22:28:59 -04:00
parent e98962bf2a
commit 06411dbbfc

View File

@@ -112,7 +112,7 @@ static void sendData (void)
uint8_t channel; uint8_t channel;
esp_wifi_get_channel(&channel, NULL); esp_wifi_get_channel(&channel, NULL);
ESP_LOGE(TAG, "ESP-NOW Channel: %d", channel); ESP_LOGE(TAG, "ESP-NOW Channel: %d", channel);
deletePeer(); //deletePeer();
} }
} }