Skip to content

Update repositories.txt #6375

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 2 commits into from
Jun 2, 2025
Merged

Update repositories.txt #6375

merged 2 commits into from
Jun 2, 2025

Conversation

rzuehlsd
Copy link
Contributor

@rzuehlsd rzuehlsd commented Jun 2, 2025

OTA Update System for ESP8266/ESP32-C3/ESP32-S3

This project provides a complete solution for Over-the-Air (OTA) firmware updates for ESP8266/ESP32C3/ESP32S3 devices, including a web-based configuration interface and a Node.js OTA server. The Web Server provides a user hook for easy custom extensions to the server, e.g. for additional configurations. The program OTA_TEST.cpp serves as an example for the integration of the OTA update and configuration services into a custom application. No changes to the node.js OTA server are required.

REMARK: The framework should also fit other ESP32 variants, but has only been tested for the chip versions stated above.

Added link to OTA_Template Library providing ota enabled app framework including node.js ota-server and Web Configuration pages for all relevant config data. Tested on ESP8266 and ESP32 derivates
Copy link
Contributor

github-actions bot commented Jun 2, 2025

A problem was found with your submission https://github.com/rzuehlsd/OTA-Template

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

github-actions bot commented Jun 2, 2025

Thanks for your interest in contributing to the Arduino Library Manager index @rzuehlsd
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 Jun 2, 2025
@per1234
Copy link
Contributor

per1234 commented Jun 2, 2025

Please check it again @ArduinoBot.

Copy link
Contributor

github-actions bot commented Jun 2, 2025

Hello! I'm checking your submission again.

Copy link
Contributor

github-actions bot commented Jun 2, 2025

ERROR: Arduino Lint found errors with https://github.com/rzuehlsd/OTA-Template:

Linting library in OTA-Template
WARNING: Invalid category field value Communication, OTA in library.properties                                 
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
         (Rule LP038)                                                                                          
ERROR: Missing url field in library.properties                                                               
       See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
       (Rule LP040)                                                                                          
WARNING: Incorrect case of library.properties architectures field item(s): ESP8266, ESP32. Architectures are case       
         sensitive.                                                                                                     
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP046)                                                                                                   
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)                                                                                                                           
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: 1 ERRORS, 4 WARNINGS

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

Copy link
Contributor

github-actions bot commented Jun 2, 2025

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

@arduino arduino deleted a comment from github-actions bot Jun 2, 2025
Copy link
Contributor

github-actions bot commented Jun 2, 2025

Arduino Lint has suggestions for possible improvements to https://github.com/rzuehlsd/OTA-Template:

Linting library in OTA-Template
WARNING: Invalid category field value Webserver, OTA in library.properties                                     
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
         (Rule LP038)                                                                                          
WARNING: Incorrect case of library.properties architectures field item(s): ESP8266, ESP32. Architectures are case       
         sensitive.                                                                                                     
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP046)                                                                                                   
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)                                                                                                                           
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, 4 WARNINGS

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

@github-actions github-actions bot merged commit e452df3 into arduino:main Jun 2, 2025
11 checks passed
Copy link
Contributor

github-actions bot commented Jun 2, 2025

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/rzuehlsd/OTA-Template/

github-actions bot pushed a commit that referenced this pull request Jun 2, 2025
@rzuehlsd
Copy link
Contributor Author

rzuehlsd commented Jun 2, 2025

@ArduinoBot
added url and changed categories in new commit

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.

2 participants