This commit is contained in:
2025-08-01 02:18:54 -04:00
parent 861fd8cc8f
commit afe295ff19
16 changed files with 6458 additions and 6491 deletions

View File

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