[GH-ISSUE #597] SPIFFSReadServer support for page template. #497

Closed
opened 2026-02-28 01:25:35 +03:00 by kerem · 5 comments
Owner

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!

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!
kerem 2026-02-28 01:25:35 +03:00
Author
Owner

@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

<!-- gh-comment-id:383350774 --> @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
Author
Owner

@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.

<!-- gh-comment-id:383403554 --> @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.
Author
Owner

@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

<!-- gh-comment-id:383405938 --> @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
Author
Owner

@MiggyMan commented on GitHub (Apr 22, 2018):

I'll look into using PersWiFiManager, I much prefer this but hey-ho.

<!-- gh-comment-id:383417200 --> @MiggyMan commented on GitHub (Apr 22, 2018): I'll look into using PersWiFiManager, I much prefer this but hey-ho.
Author
Owner

@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

<!-- gh-comment-id:383417340 --> @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#497
No description provided.