mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #1838] building the ESP8266WM example crashes after AP server started, also fails on ESP32 #1543
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#1543
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 @sdetweil on GitHub (Oct 9, 2025).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1838
built on platformio. I have other FW built for these boards with platformio without problem. (using wifi, mqtt, hardware temp/humidity sensor)
I want AP/webserver full time, get local network ssid/password and token ID for blynk services and then connect to those after form submit
this happens about 30 seconds after startup on all boards, so it is a generic problem...
like a timeout handler is not set, and it crashes in executing at 0
I added connectTimeout(500)
@priyo4889-dev commented on GitHub (Oct 22, 2025):
ডগঢদূঢ
@sdetweil commented on GitHub (Oct 22, 2025):
@priyo4889-dev yes, the monitor looks similar
@tablatronix commented on GitHub (Oct 22, 2025):
Interesting this looks like a event callback crash after connect timeout, no segfault or dump with debug enabled?
@sdetweil commented on GitHub (Oct 22, 2025):
No post crash info
Unit has dropped of network, so dead
@sdetweil commented on GitHub (Oct 31, 2025):
turned out to be a power problem.. weird