Commit 898a894
authored
This pull request adds my library *AsyncWiFiManagerSimple* to the Arduino Library Manager index.
AsyncWiFiManagerSimple is a lightweight, fully asynchronous WiFi configuration manager for the ESP32 platform. It provides a captive portal with dynamic WiFi scanning, multi-network storage, automatic reconnection, and HTML served from PROGMEM — all without the need for SPIFFS or external files. It is designed for compact IoT devices and long-running embedded applications.
Repository: https://github.com/marinpopa/AsyncWiFiManagerSimple
Features:
- Asynchronous WiFi setup portal
- Dynamic RSSI-sorted network scanning
- Multi-network storage (up to 4 networks)
- Fallback to AP mode with captive portal
- Automatic reconnect/restart logic
- HTML stored in PROGMEM
The library includes:
- Valid `library.properties` file
- Syntax highlighting support via `keywords.txt`
- Examples folder with usage sketches
Thank you!
1 parent 874a526 commit 898a894
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8767 | 8767 | | |
8768 | 8768 | | |
8769 | 8769 | | |
| 8770 | + | |
0 commit comments