This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/AsyncWebServer_ESP32_W5500
Releases · khoih-prog/AsyncWebServer_ESP32_W5500
v1.6.4 to remove unused variable to avoid compiler warning and error
Releases v1.6.4
- Remove unused variable to avoid compiler warning and error
v1.6.3 to add `Async_WebSocketsServer`, `Async_HttpBasicAuth` and `MQTT` examples
Releases v1.6.3
- Add
Async_WebSocketsServer
,Async_HttpBasicAuth
andMQTT
examples
v1.6.2 to port ESPAsyncWebServer Library to ESP32 boards using W5500 LwIP Ethernet
Releases v1.6.2
- Initial coding to port ESPAsyncWebServer to ESP32 boards using
LwIP W5500 Ethernet
. - Bump up to
v1.6.2
to sync with AsyncWebServer_WT32_ETH01 v1.6.2. - Use
allman astyle