freertos/FreeRTOS.h: No such file or directory

  • do you have any folder named freertos (upper- or lowercase doesn’t matter) or a file named FreeRTOS.h in the project?
  • have you globally installed any FreeRTOS library in PlatformIO C:\Users\<user>\.platformio\lib) or in the project via lib_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