You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
to apply the better and faster **asynchronous** feature of the **powerful**[ESPAsyncWebServer Library](https://github.com/me-no-dev/ESPAsyncWebServer) into **WT32_ETH01 boards using LAN8720 Ethernet**.
109
+
to apply the better and faster **asynchronous** feature of the **powerful**[ESPAsyncWebServer Library](https://github.com/me-no-dev/ESPAsyncWebServer) into **WT32_ETH01 boards using LAN8720A Ethernet**.
109
110
110
111
111
112
#### Why Async is better
@@ -128,13 +129,19 @@ to apply the better and faster **asynchronous** feature of the **powerful** [ESP
128
129
129
130
#### Currently supported Boards
130
131
131
-
1.**WT32_ETH01 boards** using ESP32-based boards and LAN8720 Ethernet
132
+
1.**WT32_ETH01 boards** using ESP32-based boards and LAN8720A Ethernet
132
133
133
134
---
134
135
---
135
136
136
137
## Changelog
137
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
+
138
145
#### Releases v1.2.3
139
146
140
147
1. Initial coding to port [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) to WT32_ETH01 boards using builtin LAN8720A Ethernet.
@@ -149,7 +156,8 @@ to apply the better and faster **asynchronous** feature of the **powerful** [ESP
149
156
150
157
1.[`Arduino IDE 1.8.15+` for Arduino](https://www.arduino.cc/en/Main/Software)
151
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/)
@@ -1506,7 +1514,7 @@ Following are debug terminal output and screen shots when running example [Async
1506
1514
1507
1515
```
1508
1516
Starting AsyncMultiWebServer_WT32_ETH01 on WT32-ETH01 with ETH_PHY_LAN8720
1509
-
AsyncWebServer_WT32_ETH01 v1.2.3
1517
+
AsyncWebServer_WT32_ETH01 v1.2.4
1510
1518
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232
1511
1519
FULL_DUPLEX, 100Mbps
1512
1520
@@ -1582,6 +1590,11 @@ Submit issues to: [AsyncWebServer_WT32_ETH01 issues](https://github.com/khoih-pr
1582
1590
1583
1591
## Releases
1584
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
+
1585
1598
#### Releases v1.2.3
1586
1599
1587
1600
1. Initial coding to port [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) to WT32_ETH01 boards using builtin LAN8720A Ethernet.
@@ -1593,7 +1606,7 @@ Submit issues to: [AsyncWebServer_WT32_ETH01 issues](https://github.com/khoih-pr
1593
1606
1594
1607
#### Currently Supported Boards
1595
1608
1596
-
1.**WT32_ETH01 boards** using ESP32-based boards and LAN8720 Ethernet
1609
+
1.**WT32_ETH01 boards** using ESP32-based boards and LAN8720A Ethernet
0 commit comments