-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Update repositories.txt #6375
Conversation
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
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 |
Thanks for your interest in contributing to the Arduino Library Manager index @rzuehlsd After resolving the issue, trigger this check again by doing one of the following:
❗ NOTE: It is not necessary to open a new pull request. ❗ More information: |
Please check it again @ArduinoBot. |
Hello! I'm checking your submission again. |
❌ ERROR: Arduino Lint found errors with https://github.com/rzuehlsd/OTA-Template:
|
Thanks for your interest in contributing to the Arduino Library Manager index @rzuehlsd. After resolving the issue, trigger this check again by doing one of the following:
❗ NOTE: It is not necessary to open a new pull request. ❗ More information: |
Arduino Lint has suggestions for possible improvements to https://github.com/rzuehlsd/OTA-Template:
|
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: |
@ArduinoBot |
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.