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

Commit 3a304f4

Browse files
authored
v1.3.0 to support core v2.0.0
#### Releases v1.3.0 ##### Warning: Can be used for either EP32 core v2.0.0+ or v1.0.6-. Default is v2.0.0+ now 1. Making compatible either with breaking core v2.0.0+ or core v1.0.6- 2. Renew examples
1 parent 78e9ddc commit 3a304f4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ It's really strange to define a breaking enum `arduino_event_id_t` in [**WiFiGen
106106

107107
It's better to preserve the old enum order and just adding new items **to do no harm to pre-2.0.0 codes**
108108

109-
- Releases v1.2.0 to be used for EP32 core v1.0.6- only
110-
- Releases v1.3.0 can be used for either EP32 core v2.0.0+ or v1.0.6-. **Default is using core v2.0.0+**
109+
- Releases v1.2.0- to be used for EP32 core v1.0.6- only
110+
- Releases v1.3.0+ can be used for either EP32 core v2.0.0+ or v1.0.6-. **Default is using core v2.0.0+**
111111

112112
To use with core v1.0.6-, just define in your sketch
113113

@@ -438,6 +438,9 @@ Example:
438438
// Debug Level from 0 to 4
439439
#define _ETHERNET_WEBSERVER_LOGLEVEL_ 3
440440

441+
// Uncomment to use ESP32 core v1.0.6-
442+
//#define USING_CORE_ESP32_CORE_V200_PLUS false
443+
441444
#include <WebServer_WT32_ETH01.h>
442445

443446
WebServer server(80);

0 commit comments

Comments
 (0)