mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-11-13 18:07:33 +00:00
RC
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user