Skip to content

Commit 10b22f6

Browse files
committed
Add "How" section
1 parent d4ebf40 commit 10b22f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ This library allows OTA (Over-The-Air) firmware updates for ESP32 boards. OTA bi
1111

1212
The library is based on the [Update](https://github.com/espressif/arduino-esp32/tree/master/libraries/Update) library of the [arduino-esp32](https://github.com/espressif/arduino-esp32) core.
1313

14+
## :mag: How?
15+
16+
* Create a minimal [example](examples/OTA/OTA.ino)
17+
* Create a [compressed](https://github.com/arduino-libraries/ArduinoIoTCloud/blob/master/extras/tools/lzss.py) [ota](https://github.com/arduino-libraries/ArduinoIoTCloud/blob/master/extras/tools/bin2ota.py) file
18+
1419
## Requirements
1520

1621
* Flash size > 2MB

0 commit comments

Comments
 (0)