Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1.67 KB

README.md

File metadata and controls

13 lines (11 loc) · 1.67 KB

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