1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-14 22:21:02 +03:00

Add AsyncWebServer_ESP32_W6100 library (#2355)

#### Releases v1.6.4

1. Initial coding to port [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) to ESP32 boards using `LwIP W6100 Ethernet`.
2. Bump up to `v1.6.4` to sync with [AsyncWebServer_ESP32_W5500 v1.6.4](https://github.com/khoih-prog/AsyncWebServer_ESP32_W5500)
3. Use `allman astyle`
This commit is contained in:
Khoi Hoang
2023-01-09 13:50:33 -05:00
committed by GitHub
parent c7f141f378
commit cd7cf53b14

View File

@ -5511,3 +5511,4 @@ https://github.com/chandrawi/U8x_Laser_Distance
https://github.com/khoih-prog/WebServer_ESP32_W6100 https://github.com/khoih-prog/WebServer_ESP32_W6100
https://github.com/khoih-prog/WebServer_ESP32_SC_W6100 https://github.com/khoih-prog/WebServer_ESP32_SC_W6100
https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W6100 https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W6100
https://github.com/khoih-prog/AsyncWebServer_ESP32_W6100