mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 11:48:48 +00:00
FreeRTOS
This commit is contained in:
@@ -73,6 +73,7 @@ void app_main(void)
|
||||
|
||||
xTaskCreate(task1, "Task1", 2048, NULL, 5, NULL);
|
||||
xTaskCreate(task2, "Task2", 2048, NULL, 5, NULL);
|
||||
xTaskCreate(task_restart, "TaskRestart", 2048, NULL, 2, NULL);
|
||||
|
||||
|
||||
for (int i = 10; i >= 0; i--) {
|
||||
|
Reference in New Issue
Block a user