mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1096] wm.startConfigPortal and wm.resetSettings cause crash #935
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#935
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 @alfo on GitHub (Jul 13, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1096
Basic Infos
Hardware
WiFimanager Branch/Release:
Esp8266/Esp32:
Hardware: ESP-12e, esp01, esp25
ESP Core Version: 2.4.0, staging
Description
I'm trying to add the reset button functionality from the Advanced example sketch, but either a long press or a short press causes a crash. I've omitted some code because it's an enormous sketch, but can you see anything blatantly wrong below? I can provide the whole thing if it's needed.
Settings in IDE
Module: D1 Mini 32
Additional libraries:
Sketch
Debug Messages
On short press:
On long press:
@IDkonnecT commented on GitHub (Oct 3, 2020):
Same issue ! Still no solution ?
@tablatronix commented on GitHub (Oct 3, 2020):
If you are getting issue like this it almost always an esp bug, or you are doing something wrong, or are trying to do stuff in interrupts, or using unsafe memory functions. Try to update your esplib
Without a stack decode trace, I have no idea