- do you have any folder named
freertos
(upper- or lowercase doesn’t matter) or a file namedFreeRTOS.h
in the project? - have you globally installed any FreeRTOS library in PlatformIO
C:\Users\<user>\.platformio\lib)
or in the project vialib_deps
/ lib folder? - What’s the full
platformio.ini
? - Does this happen with the a blinky example too?
- Does deleting
C:\Users\ASUS\.platformio\packages\framework-arduinoespressif32\
to grab a fresh version of Arduino-ESP32 help?
1 Like