You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Sloeber (product) on Win7 and Win10 (2 different PCs) and the installation is used only for ESP32 MCUs.
Sloeber does not compile some of the ESP32 examples. For instance it does not compile the BLE_server example (File/Examples/ESP32 BLE Arduino/BLE_server
The error:
In file included from C:\Prog\Sloeber-2\arduinoPlugin\packages\esp32\hardware\esp32\2.0.1\cores\esp32/Arduino.h:33,
from ..\sloeber.ino.cpp:7:
C:\Prog\Sloeber-2\arduinoPlugin\packages\esp32\hardware\esp32\2.0.1/tools/sdk/esp32/include/freertos/include/freertos/FreeRTOS.h:57:10: fatal error: FreeRTOSConfig.h: No such file or directory
#include "FreeRTOSConfig.h"
^~~~~~~~~~~~~~~~~~
so seems there are some problems to include the needed directories.
The text was updated successfully, but these errors were encountered:
I am using Sloeber (product) on Win7 and Win10 (2 different PCs) and the installation is used only for ESP32 MCUs.
Sloeber does not compile some of the ESP32 examples. For instance it does not compile the BLE_server example (File/Examples/ESP32 BLE Arduino/BLE_server
The error:
In file included from C:\Prog\Sloeber-2\arduinoPlugin\packages\esp32\hardware\esp32\2.0.1\cores\esp32/Arduino.h:33,
from ..\sloeber.ino.cpp:7:
C:\Prog\Sloeber-2\arduinoPlugin\packages\esp32\hardware\esp32\2.0.1/tools/sdk/esp32/include/freertos/include/freertos/FreeRTOS.h:57:10: fatal error: FreeRTOSConfig.h: No such file or directory
#include "FreeRTOSConfig.h"
^~~~~~~~~~~~~~~~~~
so seems there are some problems to include the needed directories.
The text was updated successfully, but these errors were encountered: