@@ -115,6 +115,8 @@ To use with core v1.0.6-, just define in your sketch
115115#define USING_CORE_ESP32_CORE_V200_PLUS false
116116```
117117
118+ - Releases v1.4.0 can be used for either ESP32 core v2.0.0+ or v1.0.6-. ** Autodetect core**
119+
118120---
119121
120122#### Features
@@ -155,7 +157,7 @@ to apply the better and faster **asynchronous** feature of the **powerful** [ESP
155157## Prerequisites
156158
157159 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/ )
159161 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/ )
160162
161163 4 . [ ` AsyncTCP library v1.1.1+ ` ] ( https://github.com/me-no-dev/AsyncTCP ) .
@@ -1350,9 +1352,6 @@ build_flags =
13501352 #error This code is designed for WT32_ETH01 to run on ESP32 platform! Please check your Tools->Board setting.
13511353#endif
13521354
1353- // Uncomment to use ESP32 core v1.0.6-
1354- // #define USING_CORE_ESP32_CORE_V200_PLUS false
1355-
13561355#include < Arduino.h>
13571356
13581357#define _ASYNC_WEBSERVER_LOGLEVEL_ 4
@@ -1518,7 +1517,7 @@ Following are debug terminal output and screen shots when running example [Async
15181517
15191518```
15201519Starting 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+
15221521ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232
15231522FULL_DUPLEX, 100Mbps
15241523
@@ -1588,6 +1587,8 @@ Submit issues to: [AsyncWebServer_WT32_ETH01 issues](https://github.com/khoih-pr
15881587 3 . Add debugging features.
15891588 4 . Add Table-of-Contents and Version String
15901589 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+
15911592
15921593
15931594---
0 commit comments