1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-12 00:01:48 +03:00

Add AsyncWebServer_Ethernet Library (#1305)

#### Releases v1.4.1

1. Initial coding to port [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) to ESP8266 boards using W5x00 / ENC28J60 Ethernet.
2. Add more examples.
3. Add debugging features.
4. Bump up to v1.4.1 to sync with [AsyncWebServer_WT32_ETH01 v1.4.1](https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01).
This commit is contained in:
Khoi Hoang
2022-04-15 00:22:01 -04:00
committed by GitHub
parent 9df5cb13b4
commit 124b3a83ed

View File

@ -4812,3 +4812,4 @@ https://github.com/osteele/Arduino_SerialRecord
https://github.com/arduino-libraries/Arduino_MultiWiFi
https://github.com/GLEE2023/Beelan-LoRaWAN
https://github.com/Invisibleman1002/dynaHTML
https://github.com/khoih-prog/AsyncWebServer_Ethernet