Skip to content

Commit 898a894

Browse files
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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repositories.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8767,3 +8767,4 @@ https://github.com/AIS-DeviceIntegration/Magellan_BC95_CORPORATE
87678767
https://github.com/AIS-DeviceIntegration/Magellan_BC95_lite_CORPORATE
87688768
https://github.com/Bodobolero/PostgrestClient
87698769
https://github.com/ronibandini/DFR1173-Voice-Prompter
8770+
https://github.com/marinpopa/AsyncWiFiManagerSimple

0 commit comments

Comments
 (0)