espnow autoreconnect

This commit is contained in:
2025-07-29 06:21:15 -04:00
parent b1c54d90ff
commit aaafaf7158
6 changed files with 6 additions and 5 deletions

View File

@@ -219,10 +219,6 @@ static void rc_send_data_task()
sendData();
}
vTaskDelay (100 / portTICK_PERIOD_MS);
/*if (esp_now_is_peer_exist((uint8_t*)receiver_2_mac)) {
sendData();
}
vTaskDelay (10 / portTICK_PERIOD_MS);*/
}
}