The following examples you can find in this repository.
No. | Example | |
---|---|---|
1 | Simple FOTA | The most simple example for OTA fimrware upgrade (FOTA) on ESP32 |
2 | Simple Config | An easy way to get config parameters using a key-value based system |
3 | Json Config | A bit more complex way to get config parameters using a Json system |
4 | Simple Resources | How to download product resource files and save them to local storage (SPIFFS/LittleFS) |
5 | HTML & Images OTA | An advanced HTML server with FOTA and resource features |
6 | ProgressBar OTA | FOTA/OTA downloading progressbar on LCD (using TTGO/LILYGO board) |
7 | SSL | Show you how to use SSL over the OTAdrive library |
8 | GSM Modem OTA | How to use external GSM module for OTA upgrade and other features |