ESP32 FreeRTOS.h no such file or directory #502
-
Hi all, I am trying to run the streams-url-file example on a ESP32 devkit. However during compilation, its giving an error that FreeRTOS.h is missing. I have installed the FreeRTOS library from arduino library manager, but this library is incompatible with ESP32. Anyone can advise what I need to do to run this example? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
FreeRTOS is part of the ESP32 Arduino. So either you did not select the correct board in the board manager or your installation is damaged |
Beta Was this translation helpful? Give feedback.
-
Hi,PHIL, AudioTools/AudioPrint.h:41:14: error: 'void audio_tools::AudioPrint::flush()' marked 'override', but does not override I think it does not come from freertos but maybe other people encounter such error like me. |
Beta Was this translation helpful? Give feedback.
-
Please use an actual version: The latest is 2.0.5! |
Beta Was this translation helpful? Give feedback.
-
Thank you,That's it!! |
Beta Was this translation helpful? Give feedback.
FreeRTOS is part of the ESP32 Arduino. So either you did not select the correct board in the board manager or your installation is damaged