|
15 | 15 | * [Features](#features) |
16 | 16 | * [Why Async is better](#why-async-is-better) |
17 | 17 | * [Currently supported Boards](#currently-supported-boards) |
18 | | -* [Changelog](#changelog) |
19 | | - * [Releases v1.2.4](#releases-v124) |
20 | | - * [Releases v1.2.3](#releases-v123) |
| 18 | +* [Changelog](changelog.md) |
21 | 19 | * [Prerequisites](#prerequisites) |
22 | 20 | * [Installation](#installation) |
23 | 21 | * [Use Arduino Library Manager](#use-arduino-library-manager) |
|
86 | 84 | * [1. AsyncMultiWebServer_WT32_ETH01 on WT32-ETH01 with ETH_PHY_LAN8720](#1-asyncmultiwebserver_wt32_eth01-on-wt32-eth01-with-eth_phy_lan8720) |
87 | 85 | * [Debug](#debug) |
88 | 86 | * [Troubleshooting](#troubleshooting) |
89 | | -* [Releases](#releases) |
90 | 87 | * [Issues](#issues) |
91 | 88 | * [TO DO](#to-do) |
92 | 89 | * [DONE](#done) |
@@ -134,30 +131,12 @@ to apply the better and faster **asynchronous** feature of the **powerful** [ESP |
134 | 131 | --- |
135 | 132 | --- |
136 | 133 |
|
137 | | -## Changelog |
138 | | - |
139 | | -#### Releases v1.2.4 |
140 | | - |
141 | | -1. Fix library compile error with ESP32 core v2.0.0-rc1+. Check [Fix compiler error for ESP32-C3 and mbed TLS v2.7.0+ #970](https://github.com/me-no-dev/ESPAsyncWebServer/pull/970) |
142 | | -2. Verify compatibility with new ESP32 core v2.0.0-rc1+ |
143 | | - |
144 | | - |
145 | | -#### Releases v1.2.3 |
146 | | - |
147 | | -1. Initial coding to port [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) to WT32_ETH01 boards using builtin LAN8720A Ethernet. |
148 | | -2. Add more examples. |
149 | | -3. Add debugging features. |
150 | | -4. Bump up to v1.2.3 to sync with [ESPAsyncWebServer v1.2.3](https://github.com/me-no-dev/ESPAsyncWebServer). |
151 | | - |
152 | | ---- |
153 | | ---- |
154 | 134 |
|
155 | 135 | ## Prerequisites |
156 | 136 |
|
157 | | - 1. [`Arduino IDE 1.8.15+` for Arduino](https://www.arduino.cc/en/Main/Software) |
158 | | - 2. [`ESP32 Core 1.0.6+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [](https://github.com/espressif/arduino-esp32/releases/latest/) |
159 | | - 3. [`ESP32 Core 2.0.0-rc1+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards to use experimental ESP32 core v2.0.0-rc1. |
160 | | - 4. [`AsyncTCP library v1.1.1+`](https://github.com/me-no-dev/AsyncTCP). |
| 137 | + 1. [`Arduino IDE 1.8.16+`](https://www.arduino.cc/en/Main/Software) |
| 138 | + 2. [`ESP32 Core 2.0.0+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [](https://github.com/espressif/arduino-esp32/releases/latest/) |
| 139 | + 3. [`AsyncTCP library v1.1.1+`](https://github.com/me-no-dev/AsyncTCP). |
161 | 140 |
|
162 | 141 | --- |
163 | 142 |
|
@@ -1514,7 +1493,7 @@ Following are debug terminal output and screen shots when running example [Async |
1514 | 1493 |
|
1515 | 1494 | ``` |
1516 | 1495 | Starting AsyncMultiWebServer_WT32_ETH01 on WT32-ETH01 with ETH_PHY_LAN8720 |
1517 | | -AsyncWebServer_WT32_ETH01 v1.2.4 |
| 1496 | +AsyncWebServer_WT32_ETH01 v1.2.5 |
1518 | 1497 | ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232 |
1519 | 1498 | FULL_DUPLEX, 100Mbps |
1520 | 1499 |
|
@@ -1588,37 +1567,6 @@ Submit issues to: [AsyncWebServer_WT32_ETH01 issues](https://github.com/khoih-pr |
1588 | 1567 | --- |
1589 | 1568 | --- |
1590 | 1569 |
|
1591 | | -## Releases |
1592 | | - |
1593 | | -#### Releases v1.2.4 |
1594 | | - |
1595 | | -1. Fix library compile error with ESP32 core v2.0.0-rc1+. Check [Fix compiler error for ESP32-C3 and mbed TLS v2.7.0+ #970](https://github.com/me-no-dev/ESPAsyncWebServer/pull/970) |
1596 | | -2. Verify compatibility with new ESP32 core v2.0.0-rc1+ |
1597 | | - |
1598 | | -#### Releases v1.2.3 |
1599 | | - |
1600 | | -1. Initial coding to port [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) to WT32_ETH01 boards using builtin LAN8720A Ethernet. |
1601 | | -2. Add more examples. |
1602 | | -3. Add debugging features. |
1603 | | -4. Bump up to v1.2.3 to sync with [ESPAsyncWebServer v1.2.3](https://github.com/me-no-dev/ESPAsyncWebServer). |
1604 | | - |
1605 | | ---- |
1606 | | - |
1607 | | -#### Currently Supported Boards |
1608 | | - |
1609 | | -1. **WT32_ETH01 boards** using ESP32-based boards and LAN8720A Ethernet |
1610 | | - |
1611 | | - |
1612 | | ---- |
1613 | | - |
1614 | | -This library is based on, modified from: |
1615 | | - |
1616 | | -1. [Hristo Gochkov's ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) |
1617 | | - |
1618 | | -to apply the better and faster **asynchronous** feature of the [ESPAsyncWebServer Library](https://github.com/me-no-dev/ESPAsyncWebServer) into WT32_ETH01 boards using LAN8720A Ethernet. |
1619 | | - |
1620 | | ---- |
1621 | | ---- |
1622 | 1570 |
|
1623 | 1571 | ### Contributions and Thanks |
1624 | 1572 |
|
|
0 commit comments