Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue compiling WiFiManager libary on esp32 #1792

Open
jaaptesla opened this issue Jan 20, 2025 · 1 comment
Open

issue compiling WiFiManager libary on esp32 #1792

jaaptesla opened this issue Jan 20, 2025 · 1 comment

Comments

@jaaptesla
Copy link

jaaptesla commented Jan 20, 2025

.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

@jaaptesla
Copy link
Author

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!

and now no errors anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant