Skip to content

Conversation

@marinpopa
Copy link
Contributor

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!

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!
@github-actions github-actions bot added the topic: submission Add library to the list label Dec 24, 2025
@github-actions
Copy link
Contributor

Arduino Lint has suggestions for possible improvements to https://github.com/marinpopa/AsyncWiFiManagerSimple:

Linting library in AsyncWiFiManagerSimple
WARNING: No license file found.                                                                                                                 
         See:                                                                                                                                   
         https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository
         (Rule LD002)                                                                                                                           

Linter results for project: 0 ERRORS, 1 WARNINGS

-------------------

Linting sketch in AsyncWiFiManagerSimple/examples/BasicUsage

Linter results for project: no errors or warnings

-------------------

Linter results for projects: 0 ERRORS, 1 WARNINGS

@github-actions github-actions bot merged commit 898a894 into arduino:main Dec 24, 2025
11 checks passed
@github-actions
Copy link
Contributor

Your submission has now been accepted! Thanks for your contribution to the Arduino Library Manager index.

The library(s) will be available for installation via Library Manager within a day's time.

You can check the logs from the Library Manager indexer for your library(s) here:
http://downloads.arduino.cc/libraries/logs/github.com/marinpopa/AsyncWiFiManagerSimple/

github-actions bot pushed a commit that referenced this pull request Dec 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic: submission Add library to the list

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant