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

Commit

Permalink
v1.3.0 to support core v2.0.0
Browse files Browse the repository at this point in the history
#### 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
  • Loading branch information
khoih-prog authored Oct 23, 2021
1 parent 78e9ddc commit 3a304f4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ It's really strange to define a breaking enum `arduino_event_id_t` in [**WiFiGen

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

- Releases v1.2.0 to be used for EP32 core v1.0.6- only
- 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+**
- Releases v1.2.0- to be used for EP32 core v1.0.6- only
- 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+**

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

Expand Down Expand Up @@ -438,6 +438,9 @@ Example:
// Debug Level from 0 to 4
#define _ETHERNET_WEBSERVER_LOGLEVEL_ 3

// Uncomment to use ESP32 core v1.0.6-
//#define USING_CORE_ESP32_CORE_V200_PLUS false

#include <WebServer_WT32_ETH01.h>

WebServer server(80);
Expand Down

0 comments on commit 3a304f4

Please sign in to comment.