Skip to content

Commit f547349

Browse files
authored
Update README.md
1 parent 9335631 commit f547349

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# ESP32 Ultimate OTA
22
ESP32 OTA over many forms with support of cryptography (AES-256 CBC)!\
3-
When use crypto, library will download data, decrypt and write to OTA partition.
3+
**All folders contain an explanation/example file (README.md) to help you to use the specific protocol/bus.**\
44

5+
WiFi library: [WiFi](https://github.com/urbanze/esp32-wifi)\
6+
Ethernet library: [ETH](https://github.com/urbanze/esp32-eth)
7+
8+
* All methods support WiFi or Ethernet.
9+
* Crypted functions use AES-256 CBC.
10+
* This library is made 100% in IDF (v4.0).
511
* OTA over HTTP (Web Server HTML).
612
* OTA over MQTT.
713
* OTA over TCP.
814
* OTA over UART.
915
* OTA over SD Card (SDMMC).
10-
* Crypted functions use AES-256 CBC.
11-
* This library is made 100% in IDF (v4.0).
12-
* All folders contain an explanation/example file (README.md) to help you to use the specific protocol/bus.
13-

0 commit comments

Comments
 (0)