-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Async PersWiFiManager #24
Comments
Do you mind explaning the benefits of the asynchronous feature. Thanks! |
@gnalbandian I think the main reason to use an asynchronous version is when you want to use the |
@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 executed from the same file .ino |
@arlaor See the way I wrote the gziped html into PROGMEM. |
Hi @debsahu I have made the following changes to the PersWiFiManager.cpp file: #define WIFI_HTM_GZ_PROGMEM and I have left without uploading the files in the data folder. The internet connection setup page opens and shows the available SSIDs and allows you to connect, but the REBOOT button does not work. Also, when I load the files from the data folder, to work with SPIFFS, it is observed that the page that opens is the same one that opens when SPIFFS is not used, regardless of whether the PROGMEM definitions are disabled. I can see that the browser is not opening the uploaded page in the data folder, because this page includes two extra buttons: WPS SETUP and AP MODE, which are not shown on the page that loads the sketch. That could be happening? |
@debsahu Can you rename your fork, so that we can use it directly using PlatformIO / Arduino Library Manager |
If anyone is interested in asynchronous persistent WiFi Manager, check my fork: https://github.com/debsahu/PersWiFiManager
The text was updated successfully, but these errors were encountered: