espnow autoreconnect

This commit is contained in:
2025-07-28 22:48:25 -04:00
parent 7f4c948359
commit 1a928cdd5b

View File

@@ -204,7 +204,7 @@ static void rc_send_data_task()
if (esp_now_is_peer_exist((uint8_t*)receiver_mac)) {
sendData();
}
vTaskDelay (100 / portTICK_PERIOD_MS);
vTaskDelay (1000 / portTICK_PERIOD_MS);
/*if (esp_now_is_peer_exist((uint8_t*)receiver_2_mac)) {
sendData();
}