ESP32 OTA firmware updates via WiFi mesh network. https://hendrikschutter.com
Go to file
Hendrik Schutter 0244457d75 added WIP info
added WIP info
2020-12-02 18:04:03 +01:00
main first working firmware 2020-12-01 23:21:18 +01:00
.gitignore Initial commit 2020-12-01 20:04:24 +01:00
CMakeLists.txt first working firmware 2020-12-01 23:21:18 +01:00
LICENSE Initial commit 2020-12-01 20:04:24 +01:00
Makefile first working firmware 2020-12-01 23:21:18 +01:00
README.md added WIP info 2020-12-02 18:04:03 +01:00
partitions.csv first working firmware 2020-12-01 23:21:18 +01:00
sdkconfig first working firmware 2020-12-01 23:21:18 +01:00
sdkconfig.old first working firmware 2020-12-01 23:21:18 +01:00

README.md

ESP32-Mesh-OTA

Work in progress

code_example_output

Todo for first release

Refactoring

  • architecture
  • full error handling through all functions
  • export as a component library

Features

  • root node: Download new Firmware from HTTPS server instead using newest ota partition
  • add example main app