FloKra bafd39560a 2023-02-17 - 2023-03-03 1 năm trước cách đây
..
data bafd39560a 2023-02-17 - 2023-03-03 1 năm trước cách đây
examples bafd39560a 2023-02-17 - 2023-03-03 1 năm trước cách đây
.gitignore bafd39560a 2023-02-17 - 2023-03-03 1 năm trước cách đây
LICENSE bafd39560a 2023-02-17 - 2023-03-03 1 năm trước cách đây
PersWiFiManagerExt.cpp bafd39560a 2023-02-17 - 2023-03-03 1 năm trước cách đây
PersWiFiManagerExt.h bafd39560a 2023-02-17 - 2023-03-03 1 năm trước cách đây
README.md bafd39560a 2023-02-17 - 2023-03-03 1 năm trước cách đây
keywords.txt bafd39560a 2023-02-17 - 2023-03-03 1 năm trước cách đây
library.properties bafd39560a 2023-02-17 - 2023-03-03 1 năm trước cách đây

README.md

PersWiFiManager

Persistent WiFiManager Arduino library for ESP8266-based microcontrollers

This Persistent WiFi Manager provides a WiFi Settings web interface for ESP8266-based microcontrollers. It can autoconnect to the last used network, and then if unsuccessful, switch to AP mode with a captive DNS server. This action is non-blocking; the program will proceed to the main loop after, regardless of WiFi connection status. In AP mode, any device (phone, computer, etc) can connect to this network to configure the wifi connection, or access the device as a webserver.

This library and UI was inspired by tzapu's WiFiManager library. The main difference is that it allows the program to continue functioning normally, even in AP mode. It is also more memory efficient, as it does not have to dynamically build the page, and can serve it from SPIFFS rather than PROGMEM.

Full Documentation