mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 01:12:01 +00:00
autoscan && stack size fix
This commit is contained in:
@@ -231,7 +231,7 @@ void transmission_init()
|
||||
esp_now_add_peer(&devices);
|
||||
|
||||
// Defince a task for periodically sending ESPNOW remote control data
|
||||
xTaskCreate(rc_send_data_task, "RC", 2048, NULL, 4, NULL);
|
||||
xTaskCreate(rc_send_data_task, "RC", 8096, NULL, 4, NULL);
|
||||
|
||||
xTaskCreate(rc_display_data_task, "RC Display", 2048, NULL, 5, NULL);
|
||||
xTaskCreate(rc_display_data_task, "RC Display", 8096, NULL, 5, NULL);
|
||||
}
|
Reference in New Issue
Block a user