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
- Host: GitHub
- URL: https://github.com/calinradoni/esp32simpleota
- Owner: CalinRadoni
- License: gpl-3.0
- Created: 2019-12-19T20:14:19.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-03-17T21:47:47.000Z (about 5 years ago)
- Last Synced: 2024-12-30T20:19:21.029Z (over 1 year ago)
- Topics: esp-idf, esp32, ota-firmware-updates, ota-update
- Language: C++
- Homepage:
- Size: 30.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-GPLv3.txt
Awesome Lists containing this project
README
# Helper component for ESP32 Over The Air Updates

## 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.