Search found 1 match
- Mon Jan 08, 2024 6:23 am
- Forum: ESP-IDF
- Topic: vTaskDelay delays way too long
- Replies: 2
- Views: 10023
vTaskDelay delays way too long
I set up a simple "hello world" project to verify functionality of FreeRTOS. My main loop creates a thread with function stillAlive(), which is supposed to print a message every 10ms, but it's actually printing every 1000ms. How do I fix this?