mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1291] Using __FlashStringHelper for customHTML #1106
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#1106
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 @Mollayo on GitHub (Sep 8, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1291
__FlashStringHelper can be used for customHTML; this is useful for reducing the memory usage of WifiManager. However, this would require to make the following modifications to the WiFiManagerParameter class:
With these modifications, it would then be possible to implement a WiFiManagerParameter child class to implement a CustomHTML that uses __FlashStringHelper. See below.
If you agree, I can implement this feature myself and make a pull request.
@tablatronix commented on GitHub (Sep 8, 2021):
hmm why did I think this was already supported?
@tablatronix commented on GitHub (Sep 8, 2021):
Can you have this PR ready soon? I need to make a release should I wait ?
@Mollayo commented on GitHub (Sep 8, 2021):
Ok. I will do it within today.
@Mollayo commented on GitHub (Sep 8, 2021):
I just made the pull request.