File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
# ESP32 Ultimate OTA
2
2
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. ** \
4
4
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).
5
11
* OTA over HTTP (Web Server HTML).
6
12
* OTA over MQTT.
7
13
* OTA over TCP.
8
14
* OTA over UART.
9
15
* 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
-
You can’t perform that action at this time.
0 commit comments