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

A problem was found with your submission https://github.com/marinpopa/AsyncWiFiManagerSimple

ERROR: The repository has no tags. You need to create a release or tag that matches the version value in the library's library.properties file.

@github-actions
Copy link
Contributor

Thanks for your interest in contributing to the Arduino Library Manager index @marinpopa
Please resolve the error(s) mentioned in the previous comment.

After resolving the issue, trigger this check again by doing one of the following:

  • Commit the required change to the branch you submitted this pull request from.
  • Comment here, mentioning @ArduinoBot in the comment.

NOTE: It is not necessary to open a new pull request. ❗

More information:
https://github.com/arduino/library-registry/blob/main/README.md#if-the-problem-is-with-the-pull-request

@per1234 per1234 self-assigned this Dec 24, 2025
Copy link
Contributor

@per1234 per1234 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Closing as duplicate of #7464.

@marinpopa in the future please only create one pull request for each submission.

As was already clearly explained in the comments from the bot, there is no need or point in submitting a new pull request after a problem is detected with your existing PR. The system is specifically designed to allow working through problems detected by the both via a single pull request. Once you do that, another round of automated checks will be triggered. You can repeat that process in a single pull request as many times as is needed to get it to a fully compliant state. Once your submission passes all the checks it will automatically be accepted by the bot.

Thanks in advance for your cooperation.


If you have any questions, concerns, or problems, you are welcome to write a clear and detailed description in a comment on the pull request thread. I'll be happy to provide assistance.

@per1234 per1234 closed this Dec 24, 2025
@per1234 per1234 added the conclusion: duplicate Has already been submitted label Dec 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conclusion: duplicate Has already been submitted topic: submission Add library to the list

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants