Installation dependencies / FreeRTOS
Opened this issue · 1 comments
9bit-se commented
In Arduino IDE 2.2.1, I'm not able to run / compile example "microosc_ethernet_m5stack_atom_poe.ino" due to problems with the installation path of FreeRTOS.
Compilation error:
In file included from /Users/Username/Documents/Arduino/libraries/M5Atom/src/utility/LED_DisPlay.h:5,
from /Users/Username/Documents/Arduino/libraries/M5Atom/src/utility/LED_DisPlay.cpp:1:
/Users/Username/Documents/Arduino/libraries/M5Atom/src/utility/Task.h:4:10: fatal error: freertos/FreeRTOS.h: No such file or directory
4 | #include <freertos/FreeRTOS.h>
Looking in the Library folder, it seems the path should be
<FreeRTOS/Arduino_FreeRTOS.h>
/ Andreas
thomasfredericks commented
Are you using a m5stack_atom_poe ? This issue does not seem related to MicroOsc but to your installation of the ESP32 libraires.