Arturo
Arturo
@debsahu, @r-downing Hi What modifications should I make to your code to not use FS spiffs? what I want to do is that the code of the .htm files is...
Hi @debsahu I have made the following changes to the PersWiFiManager.cpp file: #define WIFI_HTM_GZ_PROGMEM and #define WIFI_HTM_PROGMEM and I have left without uploading the files in the data folder. The...
Hi @JensW2000 How can I adapt this library to be used without SPIFFS? the idea is that the htm pages are inside the code in the .ino file What parts...
@r-downing So the idea would be to write inside the .cpp file all the htm code of my project plus the one found in the pages wifi.htm and index.htm of...
Hi @r-downing I have used the example basic_rest_api.ino and I have declared within PersWiFiManager.cpp the line #define WIFI_HTM_PROGMEM but there is no launch of the page that is inside the...
Hi @r-downing [https://github.com/r-downing/PersWiFiManager/blob/master/examples/basic_rest_api/data/index.htm#L24](url) But that would imply using SPIFFS and having in the sketch a page with all the 3 tabs mentioned and loading the wifi.htm page found in the...
When making a change directly in the CONFIG page, such as removing or increasing a radio station and saving the changes, with the SAVE and RESTART buttons, upon restarting the...
Hi @Edzelf I have seen in some projects that use FS, they upload compressed files in ".gz", to gain space in memory. Is there any possibility of doing the same...