thomasfredericks / MicroOsc

MicroOsc is a minimal Open Sound Control (OSC) library for Arduino
MIT License
16 stars 2 forks source link

Installation dependencies / FreeRTOS #7

Open 9bit-se opened 5 months ago

9bit-se commented 5 months ago

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 5 months ago

Are you using a m5stack_atom_poe ? This issue does not seem related to MicroOsc but to your installation of the ESP32 libraires.