Byron Johnson
Byron Johnson
This changes the previous version to instead of setting a persistent flag, users can just add their EEPROM_SIZE to the constructor which is 0 by default. Then if user EEPROM...
This may only be a short-lived issue, but here is a link to PR to fix an issue that was preventing WM to compile with the latest Arduino Master [https://github.com/esp8266/Arduino/pull/8569](https://github.com/esp8266/Arduino/pull/8569)...
This is actually my first PR, hopefully I'm doing this correctly. I was using a lot of parameters and sometimes they were getting dumped out of the response in handleWiFi()....
Has there been any progress towards allowing the web portal to handle https rather than just http?
How can I show a confirmation page that connection was successful OR what the error was, then allow the user to close WM or the captive portal close automatically after...
I forked this a while back this year off the master (at the time). It's worked flawlessly using a smartphone, but I've recently noticed that when using a Windows computer...
I'm trying to diagnose why the captive portal randomly closes in WiFiManager. Using an iphone to connect, sometimes the captive portal just shuts down right around the time that it...
Has anyone encountered this issue where there are duplicate Y axis labels?
Is it possible using this library to access other IP addresses on the ESP32 WiFi Network Interface? The new interface that is setup by this library is only on the...
Using the RTC_BASE of 28 interferes with the Arduino OTA update. The update process uses the 1st 128 bytes of RTC ([link](https://arduino-esp8266.readthedocs.io/en/latest/ota_updates/readme.html)) to signal to the bootloader details of the...