This commit is contained in:
2025-01-04 22:32:28 -05:00
parent 9f29697cae
commit ced81f67c2
11 changed files with 594 additions and 599 deletions

View File

@@ -127,7 +127,7 @@ static void rc_send_data_task (void *arg) {
void app_main(void)
{
joystick_adc_init();
xTaskCreate(joystick_task, "RC", 2048, NULL, 5, NULL);
xTaskCreate(joystick_task, "RC", 2048, NULL, 25, NULL);
// Initialize NVS to store Wi-Fi configurations
esp_err_t ret = nvs_flash_init();