mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1310] save wifi failing on esp32 s2, stuck in wait? #1124
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#1124
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 @tablatronix on GitHub (Nov 9, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1310
*wm:[1] Connecting to NEW AP: MyHotspot
*wm:[1] connectTimeout not set, ESP waitForConnectResult...
failed and timeout
@learn05 commented on GitHub (Nov 11, 2021):
this also happened to some ESP32 devices, thought its a problem in device itself.
i hope if you an ansser my question regarding saving STatic IP config settings afterreset
@tablatronix commented on GitHub (Feb 3, 2022):
It happened again on esp32 now but I didn't have debugging on, ugh. I am assuming some issue with a missing or unknown event in the esp32 event listener and the waitforloop maybe.
I think this is IDF related, I am running the latest and arduino 2.0, never noticed this before now
@tablatronix commented on GitHub (Jun 17, 2022):
Retest this, should be fixed upstream already
@tablatronix commented on GitHub (Nov 28, 2022):
Probably fixed in esp32, i have not expereienced this recently, anyone else?