Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Tags: khoih-prog/AsyncWebServer_ESP32_SC_W5500

Tags

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.8.1 to remove `unused variable`

#### Releases v1.8.1

1. Remove unused variable to avoid compiler warning and error

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.8.0 to add `ESP32_C3`

#### Releases v1.8.0

1. Add support to `ESP32_C3` boards using `LwIP W5500 Ethernet`

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.7.0 to add `ESP32_S2`

#### Releases v1.7.0

1. Add support to `ESP32_S2` boards using `LwIP W5500 Ethernet`

v1.6.3

Toggle v1.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.6.3 for ESP32_S3 + LwIP W5500

#### Releases v1.6.3

1. Initial coding to port [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) to ESP32_S3 boards using `LwIP W5500 Ethernet`.
2. Bump up to `v1.6.3` to sync with [AsyncWebServer_ESP32_W5500 v1.6.3](https://github.com/khoih-prog/AsyncWebServer_ESP32_W5500).
3. Use `allman astyle`