mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1374] Hard crash when using setCustomHeadElement #1177
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#1177
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 @monodop on GitHub (Mar 22, 2022).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1374
Basic Infos
Hardware
WiFimanager Branch/Release: 2.0.9-beta
Esp8266/Esp32: ESP8266
Hardware: ESP-12F
Core Version: ?
Description
I'm trying to use setCustomHeadElement on my project, but this causes a hard crash on my device (see below). If I remove that line from my code, everything works again. It's also pretty confusing because sometimes it crashes after I've entered the credentials (like in the error below), but other times it just crashes immediately when I try to connect to the network. Perhaps my
HTML_HEADERis too big?Edit: Reducing the size of HTML_HEADER does not appear to make a difference.
Settings in IDE
Module: NodeMCU 1.0 (ESP-12E Module)
Additional libraries: hd44780@1.3.2 AccelStepper@1.61.0
Sketch
Debug Messages
@monodop commented on GitHub (Jun 28, 2022):
Update on this: it seems like the offending line is:
I think I misunderstood how PROGMEM works