[GH-ISSUE #1313] How to use on PlatformIO and ESP32 #1127

Closed
opened 2026-02-28 01:28:38 +03:00 by kerem · 6 comments
Owner

Originally created by @marcolino7 on GitHub (Nov 16, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1313

Just one quick question, to use on PlatformIO the esp32, I have to use branch esp32s2

Thanks

Originally created by @marcolino7 on GitHub (Nov 16, 2021). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1313 Just one quick question, to use on PlatformIO the esp32, I have to use branch esp32s2 Thanks
kerem closed this issue 2026-02-28 01:28:38 +03:00
Author
Owner

@tablatronix commented on GitHub (Dec 2, 2021):

it should all be in master now

since pio wont pull in beta releases you will probably have to add lib from github

<!-- gh-comment-id:984806514 --> @tablatronix commented on GitHub (Dec 2, 2021): it should all be in master now since pio wont pull in beta releases you will probably have to add lib from github
Author
Owner

@Sulomus commented on GitHub (Jan 28, 2022):

I am facing now the same issue with error code:
File "ESP8266WiFi.h" can't be open . (dependency of "WiFiManager.h")

Did you somehow resolve the issue?

<!-- gh-comment-id:1024186662 --> @Sulomus commented on GitHub (Jan 28, 2022): I am facing now the same issue with error code: `File "ESP8266WiFi.h" can't be open . (dependency of "WiFiManager.h")` Did you somehow resolve the issue?
Author
Owner

@Kakomis commented on GitHub (Mar 2, 2022):

I got this message .pio\libdeps\nodemcu-32s\WiFiManager\WiFiManager.h:92:20: fatal error: Update.h: No such file or directory

<!-- gh-comment-id:1057203853 --> @Kakomis commented on GitHub (Mar 2, 2022): I got this message .pio\libdeps\nodemcu-32s\WiFiManager\WiFiManager.h:92:20: fatal error: Update.h: No such file or directory
Author
Owner

@tablatronix commented on GitHub (Mar 2, 2022):

hmm, That file is in the esp32 framework.. not sure maybe a linker lib_ldf mode issue?

<!-- gh-comment-id:1057214594 --> @tablatronix commented on GitHub (Mar 2, 2022): hmm, That file is in the esp32 framework.. not sure maybe a linker lib_ldf mode issue?
Author
Owner

@Kakomis commented on GitHub (Mar 2, 2022):

Yes, you're right, lib_ldf_mode = deep+ fixed it.

<!-- gh-comment-id:1057247913 --> @Kakomis commented on GitHub (Mar 2, 2022): Yes, you're right, lib_ldf_mode = deep+ fixed it.
Author
Owner

@tablatronix commented on GitHub (Mar 2, 2022):

I have had to do that alot recently on various projects and I am not sure exactly why..

<!-- gh-comment-id:1057286742 --> @tablatronix commented on GitHub (Mar 2, 2022): I have had to do that alot recently on various projects and I am not sure exactly why..
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#1127
No description provided.