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.
Copy file name to clipboardExpand all lines: README.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@
100
100
101
101
#### Important notes
102
102
103
-
ESP32 Core v2.0.0 introduces new `arduino_event_id_t` enum, breaking almost all `WT32_ETH01` codes written for core v1.0.6-.
103
+
ESP32 Core v2.0.0+ introduces new `arduino_event_id_t` enum, breaking almost all `WT32_ETH01` codes written for core v1.0.6-.
104
104
105
105
It's really strange to define that breaking enum `arduino_event_id_t` in [**WiFiGeneric.h**#L36-L78](https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/src/WiFiGeneric.h#L36-L78), compared to the old `system_event_id_t`, now placed in [**esp_event_legacy.h**#L29-L63](https://github.com/espressif/arduino-esp32/blob/master/tools/sdk/esp32/include/esp_event/include/esp_event_legacy.h#L29-L63)
106
106
@@ -115,7 +115,7 @@ 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**
118
+
- Releases v1.4.0+ can be used for either ESP32 core v2.0.0+ or v1.0.6-. **Autodetect core**
119
119
120
120
---
121
121
@@ -1354,7 +1354,7 @@ build_flags =
1354
1354
1355
1355
#include<Arduino.h>
1356
1356
1357
-
#define_ASYNC_WEBSERVER_LOGLEVEL_4
1357
+
#define_ASYNC_WEBSERVER_LOGLEVEL_2
1358
1358
1359
1359
// Select the IP address according to your local network
1360
1360
IPAddress myIP(192, 168, 2, 232);
@@ -1458,6 +1458,9 @@ void setup(void)
1458
1458
Serial.print(F(" with ")); Serial.println(SHIELD_TYPE);
0 commit comments