Skip to content

OtaHelper library #3802

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 26, 2023
Merged

OtaHelper library #3802

merged 1 commit into from
Dec 26, 2023

Conversation

juanjxMz
Copy link
Contributor

ConnectOta Library

The ConnectOta library simplifies Over-the-Air (OTA) updates and Wi-Fi connection management for ESP32 and ESP8266 devices, enabling seamless wireless updates and effortless Wi-Fi configuration.

Features:

1. OTA Updates: Perform firmware updates wirelessly without physical access to the device.
2. Easy Wi-Fi Connection: Simplify Wi-Fi network setup and automatic reconnection.
3. Error Handling: Comprehensive error handling for OTA and Wi-Fi connection issues.
4. mDNS Support: Facilitate device discovery with multicast Domain Name System (mDNS).

Usage:

The library provides an easy-to-use interface for initializing OTA updates and managing Wi-Fi connections, streamlining the process for both ESP32 and ESP8266 platforms.

For detailed instructions and examples, refer to the library's documentation and examples.

Compatible Platforms:

ESP32 (WiFi.h, WiFiUdp.h, ArduinoOTA.h)
ESP8266 (ESP8266WiFi.h, ESP8266mDNS.h, WiFiUdp.h, ArduinoOTA.h)

@github-actions github-actions bot added the topic: submission Add library to the list label Dec 26, 2023
Copy link
Contributor

A problem was found with your submission https://github.com/N4rcissist/OtaHelper

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.

Copy link
Contributor

Thanks for your interest in contributing to the Arduino Library Manager index @lhrDev
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

@juanjxMz
Copy link
Contributor Author

@ArduinoBot

Copy link
Contributor

Hello! I'm checking your submission again.

Copy link
Contributor

Arduino Lint has suggestions for possible improvements to https://github.com/N4rcissist/OtaHelper:

Linting library in OtaHelper
WARNING: library.properties includes field item(s) OTAConnectionHandler.h not found in library.                
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
         (Rule LP052)                                                                                          
WARNING: No example sketches found. Please provide examples.                                      
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD004)                                                                             

Linter results for project: 0 ERRORS, 2 WARNINGS

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

@github-actions github-actions bot merged commit 774cab7 into arduino:main Dec 26, 2023
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/N4rcissist/OtaHelper/

github-actions bot pushed a commit that referenced this pull request Dec 26, 2023
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