This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/AsyncWebServer_ESP32_SC_W5500
Releases · khoih-prog/AsyncWebServer_ESP32_SC_W5500
v1.8.1 to remove unused variable to avoid compiler warning and error
Releases v1.8.1
- Remove unused variable to avoid compiler warning and error
v1.8.0 to add support to `ESP32_C3` boards using `LwIP W5500 Ethernet`
Releases v1.8.0
- Add support to
ESP32_C3
boards usingLwIP W5500 Ethernet
v1.7.0 to add support to `ESP32_S2` boards using `LwIP W5500 Ethernet`
Releases v1.7.0
- Add support to
ESP32_S2
boards usingLwIP W5500 Ethernet
v1.6.3 to port ESPAsyncWebServer Library to ESP32_S3 boards using LwIP W5500 Ethernet, to use `allman` astyle
Releases v1.6.3
- Initial coding to port ESPAsyncWebServer to ESP32_S3 boards using
LwIP W5500 Ethernet
. - Bump up to
v1.6.3
to sync with AsyncWebServer_ESP32_W5500 v1.6.3. - Use
allman astyle