mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #597] SPIFFSReadServer support for page template. #497
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#497
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 @MiggyMan on GitHub (Apr 21, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/597
It would be nice to have support for the SPIFFSReadServer library (or similar functionality) to store the html for the wifi manager in spiffs to make it a little easier to work with!
@tablatronix commented on GitHub (Apr 22, 2018):
But wm doesnt serve static files, I mean css maybe but whats the point of bloating your lib for that
@MiggyMan commented on GitHub (Apr 22, 2018):
Customisation, and the point of using spiffs is to avoid bloat and give more scope for customisation, whacking html in variables is not optimal, or in anyway fun to work on, loading a file from a local filesystem makes it far easier to adapt the page to fit your project as well removing the overhead to have the html stored in program space.
@tablatronix commented on GitHub (Apr 22, 2018):
I still dont get it, its still gonna be html fragments and still going to need a parser and a templating mechanism
@MiggyMan commented on GitHub (Apr 22, 2018):
I'll look into using PersWiFiManager, I much prefer this but hey-ho.
@tablatronix commented on GitHub (Apr 22, 2018):
If you have a more concise proposal about how exactly this is supposed to work, then provide it. Have you checked the development branch?
Do you propose we make wm js only? Or what