/esp-group-ota

A server and template code to preform group ota uploads to ESP32 boards

Primary LanguageCSS

ESP32 group OTA uploader

This solution consists of two parts, a server and the Arduino code. Both are needed to make this solution function.

Server

The server can be found in the Server folder. Instructions for the setup of the server can also be found in this folder.

Arduino Code

The Arduino code can be found in the ESP template folder. Additional instructions on the working of this code can also be found inside of this folder.