@@ -115,6 +115,8 @@ To use with core v1.0.6-, just define in your sketch
115
115
#define USING_CORE_ESP32_CORE_V200_PLUS false
116
116
```
117
117
118
+ - Releases v1.4.0 can be used for either ESP32 core v2.0.0+ or v1.0.6-. ** Autodetect core**
119
+
118
120
---
119
121
120
122
#### Features
@@ -155,7 +157,7 @@ to apply the better and faster **asynchronous** feature of the **powerful** [ESP
155
157
## Prerequisites
156
158
157
159
1 . [ ` Arduino IDE 1.8.16+ ` for Arduino] ( https://www.arduino.cc/en/Main/Software )
158
- 2 . [ ` ESP32 Core 2.0.0 + ` ] ( https://github.com/espressif/arduino-esp32 ) for ESP32-based WT32_ETH01 boards using release v1.3.0+. [ ![ Latest release] ( https://img.shields.io/github/release/espressif/arduino-esp32.svg )] ( https://github.com/espressif/arduino-esp32/releases/latest/ )
160
+ 2 . [ ` ESP32 Core 2.0.1 + ` ] ( https://github.com/espressif/arduino-esp32 ) for ESP32-based WT32_ETH01 boards using release v1.3.0+. [ ![ Latest release] ( https://img.shields.io/github/release/espressif/arduino-esp32.svg )] ( https://github.com/espressif/arduino-esp32/releases/latest/ )
159
161
3 . [ ` ESP32 Core 1.0.6- ` ] ( https://github.com/espressif/arduino-esp32 ) for ESP32-based WT32_ETH01 boards using release v1.2.5- [ ![ Latest release] ( https://img.shields.io/github/release/espressif/arduino-esp32.svg )] ( https://github.com/espressif/arduino-esp32/releases/latest/ )
160
162
161
163
4 . [ ` AsyncTCP library v1.1.1+ ` ] ( https://github.com/me-no-dev/AsyncTCP ) .
@@ -1350,9 +1352,6 @@ build_flags =
1350
1352
#error This code is designed for WT32_ETH01 to run on ESP32 platform! Please check your Tools->Board setting.
1351
1353
#endif
1352
1354
1353
- // Uncomment to use ESP32 core v1.0.6-
1354
- // #define USING_CORE_ESP32_CORE_V200_PLUS false
1355
-
1356
1355
#include < Arduino.h>
1357
1356
1358
1357
#define _ASYNC_WEBSERVER_LOGLEVEL_ 4
@@ -1518,7 +1517,7 @@ Following are debug terminal output and screen shots when running example [Async
1518
1517
1519
1518
```
1520
1519
Starting AsyncMultiWebServer_WT32_ETH01 on WT32-ETH01 with ETH_PHY_LAN8720
1521
- AsyncWebServer_WT32_ETH01 v1.3 .0 for core v2.0.0+
1520
+ AsyncWebServer_WT32_ETH01 v1.4 .0 for core v2.0.0+
1522
1521
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232
1523
1522
FULL_DUPLEX, 100Mbps
1524
1523
@@ -1588,6 +1587,8 @@ Submit issues to: [AsyncWebServer_WT32_ETH01 issues](https://github.com/khoih-pr
1588
1587
3 . Add debugging features.
1589
1588
4 . Add Table-of-Contents and Version String
1590
1589
5 . Support breaking ESP32 core v2.0.0+ as well as v1.0.6-
1590
+ 6 . Auto detect ESP32 core v1.0.6- or v2.0.0+ to use correct settings
1591
+ 7 . Display compiler ` #warning ` only when DEBUG_LEVEL is 3+
1591
1592
1592
1593
1593
1594
---
0 commit comments