File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ arduino-esp32 includes libraries for Arduino compatibility along with some objec
88### AsyncUDP
99 Asynchronous task driven UDP datagram client/server
1010
11- ### AzureIoT
12- Library to interact with Microsoft Azure IoT services
13-
1411### BLE
1512 Bluetooth Low Energy v4.2 client/server framework
1613
@@ -43,6 +40,9 @@ arduino-esp32 includes libraries for Arduino compatibility along with some objec
4340### ESPmDNS
4441 mDNS service advertising
4542
43+ ### Ethernet
44+ Ethernet networking
45+
4646### FFat
4747 FAT indexed filesystem on SPI flash
4848
@@ -55,6 +55,12 @@ arduino-esp32 includes libraries for Arduino compatibility along with some objec
5555### HTTPUpdate
5656 Download a firmware update from HTTPd and apply it using Update
5757
58+ ### HTTPUpdateServer
59+ Upload a firmware for the update from HTTPd
60+
61+ ### LittleFS
62+ LittleFS (File System)
63+
5864### NetBIOS
5965 NetBIOS name advertiser
6066
@@ -85,6 +91,9 @@ arduino-esp32 includes libraries for Arduino compatibility along with some objec
8591### Update
8692 Sketch Update using ESP32 OTA functionality
8793
94+ ### USB
95+ Universal Serial Bus driver (device only)
96+
8897### WebServer
8998 A simple HTTP daemon
9099
@@ -95,4 +104,4 @@ arduino-esp32 includes libraries for Arduino compatibility along with some objec
95104 Arduino compatible WiFi client object using embedded encryption
96105
97106### Wire
98- Arduino compatible I2C driver (master only)
107+ Arduino compatible I2C driver
You can’t perform that action at this time.
0 commit comments