mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-09 17:15:27 +00:00
FreeRTOS
This commit is contained in:
@@ -75,6 +75,7 @@ void task1(void *pvParameters) {
|
|||||||
vTaskDelay((500)); // Delay for 1 second
|
vTaskDelay((500)); // Delay for 1 second
|
||||||
xSemaphoreGive(xMutex);
|
xSemaphoreGive(xMutex);
|
||||||
}
|
}
|
||||||
|
vTaskDelay((100));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user