mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1350] Can't get the ESP32 working with WifiManager #1157
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#1157
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 @Sulomus on GitHub (Jan 28, 2022).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1350
Basic Infos
Hello everyone,
I am trying to get
WifiManagerworking on ESP-WROOM-32 board withPlatformIOI have looked into several discussions on the internet:
I have tried pulling the lib via
githuband addinglib_ldf_mode = deep+but with no results.I have been stuck on this for days now and deadline is coming up ... Any help would be really appreciated! ❤️
Settings in IDE
Sketch
Debug Messages
@MythicalForce commented on GitHub (Mar 26, 2022):
i have the same problem :S
@tablatronix commented on GitHub (Mar 26, 2022):
you have to use the beta versions for esp32, or git master
@MoJo2600 commented on GitHub (Mar 28, 2022):
I got the same error and reduced the imports to only one import and the sample worked for me:
But as soon I added the
lib_ldf_mode = deep+setting to my project, it would not compile anymore. But this time with an error unrelated to WifiManager (.pio\libdeps\lolin_d32_pro\ezTime\src\ezTime.cpp:10:22: fatal error: EEPROM.h: No such file or directory).