An open API service indexing awesome lists of open source software.

https://github.com/calinradoni/esp32simpleota

Helper component for ESP32 Over The Air firmware updates
https://github.com/calinradoni/esp32simpleota

esp-idf esp32 ota-firmware-updates ota-update

Last synced: about 1 month ago
JSON representation

Helper component for ESP32 Over The Air firmware updates

Awesome Lists containing this project

README

          

# Helper component for ESP32 Over The Air Updates

![Build with ESP-IDF v4.1](https://github.com/CalinRadoni/ESP32SimpleOTA/workflows/Build%20with%20ESP-IDF%20v4.1/badge.svg)

## Dependencies

[Espressif IoT Development Framework](https://github.com/espressif/esp-idf).

## Development Environment

Main tools used where [Espressif IoT Development Framework](https://github.com/espressif/esp-idf) and *ESP32 toolchain for Linux*
(see [Standard Setup of Toolchain for Linux](https://github.com/espressif/esp-idf/blob/master/docs/get-started/linux-setup.rst)
for the latest version).

Editing was done in [Visual Studio Code](https://code.visualstudio.com).

Version control with [Git](https://git-scm.com).

## License

This software and its documentation are released under the [GNU GPLv3](http://www.gnu.org/licenses/gpl-3.0.html) License. See the `LICENSE-GPLv3.txt` file.