# AsyncWebServer_ESP32_W5500 Library
[](https://www.ardu-badge.com/AsyncWebServer_ESP32_W5500)
[](https://github.com/khoih-prog/AsyncWebServer_ESP32_W5500/releases)
[](#Contributing)
[](http://github.com/khoih-prog/AsyncWebServer_ESP32_W5500/issues)
---
---
## Table of contents
* [Changelog](#changelog)
* [Releases v1.6.4](#releases-v164)
* [Releases v1.6.3](#releases-v163)
* [Releases v1.6.2](#releases-v162)
---
---
## Changelog
#### Releases v1.6.4
1. Remove unused variable to avoid compiler warning and error
#### Releases v1.6.3
1. Add `Async_WebSocketsServer`, `Async_HttpBasicAuth` and `MQTT` examples
#### Releases v1.6.2
1. Initial coding to port [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) to ESP32 boards using `LwIP W5500 Ethernet`.
2. Bump up to `v1.6.2` to sync with [AsyncWebServer_WT32_ETH01 v1.6.2](https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01).
3. Use `allman astyle`