The Arduino stack on esp32 is still freertos.That's why it's recommended to leave the loop() empty, and run tasks (or whatever) in the setup() and have the tasks do their own loop
- Posts
- 0
- Comments
- 984
- Joined
- 3 yr. ago
- Posts
- 0
- Comments
- 984
- Joined
- 3 yr. ago
Oh god