mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1313] How to use on PlatformIO and ESP32 #1127
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1127
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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
@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?
@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
@tablatronix commented on GitHub (Mar 2, 2022):
hmm, That file is in the esp32 framework.. not sure maybe a linker lib_ldf mode issue?
@Kakomis commented on GitHub (Mar 2, 2022):
Yes, you're right, lib_ldf_mode = deep+ fixed it.
@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..