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
fixed it :
/.platformio/packages/framework-arduinoespressif32/cores/esp32/main.cpp:1:10: fatal error: WiFiManager.h: No such file or directory
i deleted folder /framework-arduinoespressif32
Visual studio then installed the folder again
Tool Manager: Installing platformio/framework-arduinoespressif32 @ ~3.20017.0
Unpacking [####################################] 100%
Tool Manager: [email protected]+sha.dcc1105b has been installed!
.platformio/packages/framework-arduinoespressif32/cores/esp32/main.cpp:1:10: fatal error: WiFiManager.h: No such file or directory
#include <WiFiManager.h>
^~~~~~~~~~~~~~~
compilation terminated.
*** [.pio\build\esp32c3\FrameworkArduino\main.cpp.o] Error 1
it worked fine untill today.. for some reason it cannot find the headerfile.
when i do ctrl+click it takes me straight to the file :
C:\Users\jaap.pio\libdeps\esp32c3\WiFiManager\WiFiManager.h
The text was updated successfully, but these errors were encountered: