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.
@@ -159,11 +161,10 @@ This [**WebServer_WT32_ETH01** library](https://github.com/khoih-prog/WebServer_
159
161
---
160
162
161
163
162
-
163
164
## Prerequisites
164
165
165
166
1.[`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [](https://github.com/arduino/Arduino/releases/latest)
166
-
2.[`ESP32 Core 2.0.3+`](https://github.com/espressif/arduino-esp32) for ESP32-based WT32_ETH01 boards using release v1.3.0+. [](https://github.com/espressif/arduino-esp32/releases/latest/)
167
+
2.[`ESP32 Core 2.0.4+`](https://github.com/espressif/arduino-esp32) for ESP32-based WT32_ETH01 boards using release v1.3.0+. [](https://github.com/espressif/arduino-esp32/releases/latest/)
167
168
3.[`ESP32 Core 1.0.6-`](https://github.com/espressif/arduino-esp32) for ESP32-based WT32_ETH01 boards using release v1.2.0- [](https://github.com/espressif/arduino-esp32/releases/latest/)
168
169
169
170
---
@@ -179,9 +180,9 @@ You can also use this link [ page.
182
-
2. Download the latest release `WebServer_WT32_ETH01-master.zip`.
183
-
3. Extract the zip file to `WebServer_WT32_ETH01-master` directory
184
-
4. Copy the whole `WebServer_WT32_ETH01-master` folder to Arduino libraries' directory such as `~/Arduino/libraries/`.
183
+
2. Download the latest release `WebServer_WT32_ETH01-main.zip`.
184
+
3. Extract the zip file to `WebServer_WT32_ETH01-main` directory
185
+
4. Copy the whole `WebServer_WT32_ETH01-main` folder to Arduino libraries' directory such as `~/Arduino/libraries/`.
@@ -489,7 +493,7 @@ The following are debug terminal output and screen shot when running example [Ad
489
493
490
494
```
491
495
Starting AdvancedWebServer on ESP32_DEV with ETH_PHY_LAN8720
492
-
WebServer_WT32_ETH01 v1.5.0 for core v2.0.0+
496
+
WebServer_WT32_ETH01 v1.5.1 for core v2.0.0+
493
497
494
498
ETH Started
495
499
ETH Connected
@@ -507,7 +511,7 @@ The terminal output of **WT32_ETH01** running [ESP32_FS_EthernetWebServer](examp
507
511
508
512
```cpp
509
513
Starting ESP32_FS_EthernetWebServer on ESP32_DEV with ETH_PHY_LAN8720
510
-
WebServer_WT32_ETH01 v1.5.0for core v2.0.0+
514
+
WebServer_WT32_ETH01 v1.5.1for core v2.0.0+
511
515
512
516
ETH Started
513
517
ETH Connected
@@ -557,7 +561,7 @@ The terminal output of **WT32_ETH01** running [MQTT_ThingStream example](example
557
561
558
562
```
559
563
Starting MQTT_ThingStream on ESP32_DEV with ETH_PHY_LAN8720
560
-
WebServer_WT32_ETH01 v1.5.0 for core v2.0.0+
564
+
WebServer_WT32_ETH01 v1.5.1 for core v2.0.0+
561
565
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232, FULL_DUPLEX, 100Mbps
562
566
***************************************
563
567
esp32-sniffer/12345678/ble
@@ -581,7 +585,7 @@ The terminal output of **WT32_ETH01** running [MQTTClient_Auth example](examples
581
585
582
586
```
583
587
Starting MQTTClient_Auth on ESP32_DEV with ETH_PHY_LAN8720
584
-
WebServer_WT32_ETH01 v1.5.0 for core v2.0.0+
588
+
WebServer_WT32_ETH01 v1.5.1 for core v2.0.0+
585
589
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232, FULL_DUPLEX, 100Mbps
586
590
Attempting MQTT connection to broker.emqx.io...connected
587
591
Message Send : MQTT_Pub => Hello from MQTTClient_Auth on WT32-ETH01 with ETH_PHY_LAN8720
@@ -598,7 +602,7 @@ The terminal output of **WT32_ETH01** running [MQTTClient_Basic example](example
598
602
599
603
```
600
604
Starting MQTTClient_Basic on ESP32_DEV with ETH_PHY_LAN8720
601
-
WebServer_WT32_ETH01 v1.5.0 for core v2.0.0+
605
+
WebServer_WT32_ETH01 v1.5.1 for core v2.0.0+
602
606
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232, FULL_DUPLEX, 100Mbps
603
607
Attempting MQTT connection to broker.emqx.io...connected
604
608
Message Send : MQTT_Pub => Hello from MQTTClient_Basic on WT32-ETH01 with ETH_PHY_LAN8720
@@ -618,7 +622,7 @@ The terminal output of **WT32_ETH01** running [WebClient example](examples/WebCl
618
622
619
623
```
620
624
Starting WebClient on ESP32_DEV with ETH_PHY_LAN8720
621
-
WebServer_WT32_ETH01 v1.5.0 for core v2.0.0+
625
+
WebServer_WT32_ETH01 v1.5.1 for core v2.0.0+
622
626
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232, FULL_DUPLEX, 100Mbps
623
627
624
628
Starting connection to server...
@@ -686,7 +690,7 @@ The terminal output of **WT32_ETH01** running [UdpNTPClient example](examples/Ud
686
690
687
691
```
688
692
Starting UdpNTPClient on ESP32_DEV with ETH_PHY_LAN8720
689
-
WebServer_WT32_ETH01 v1.5.0 for core v2.0.0+
693
+
WebServer_WT32_ETH01 v1.5.1 for core v2.0.0+
690
694
ETH Started
691
695
ETH Connected
692
696
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.95
@@ -724,7 +728,7 @@ The terminal output of **WT32_ETH01** running [BasicHttpClient example](examples
724
728
725
729
```
726
730
Starting BasicHttpClient on ESP32_DEV with ETH_PHY_LAN8720
727
-
WebServer_WT32_ETH01 v1.5.0 for core v2.0.0+
731
+
WebServer_WT32_ETH01 v1.5.1 for core v2.0.0+
728
732
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232, FULL_DUPLEX, 100Mbps
729
733
[HTTP] begin...
730
734
[HTTP] GET...
@@ -786,7 +790,7 @@ The terminal output of **WT32_ETH01** running [BasicHttpsClient example](example
786
790
787
791
```
788
792
Starting BasicHttpsClient on ESP32_DEV with ETH_PHY_LAN8720
789
-
WebServer_WT32_ETH01 v1.5.0 for core v2.0.0+
793
+
WebServer_WT32_ETH01 v1.5.1 for core v2.0.0+
790
794
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232, FULL_DUPLEX, 100Mbps
791
795
Waiting for NTP time sync: .
792
796
Current time: Tue Jul 6 05:29:39 2021
@@ -831,7 +835,7 @@ The terminal output of **WT32_ETH01** running [WebClientMulti_SSL example](examp
831
835
832
836
```
833
837
Starting WebClientMulti_SSL on ESP32_DEV with ETH_PHY_LAN8720
834
-
WebServer_WT32_ETH01 v1.5.0 for core v2.0.0+
838
+
WebServer_WT32_ETH01 v1.5.1 for core v2.0.0+
835
839
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232, FULL_DUPLEX, 100Mbps
836
840
Waiting for NTP time sync: .
837
841
Current time: Tue Jul 6 19:58:27 2021
@@ -945,7 +949,7 @@ The terminal output of **WT32_ETH01** running [MQTTClient_SSL_Complex example](e
945
949
946
950
```
947
951
Starting MQTTClient_SSL_Complex on ESP32_DEV with ETH_PHY_LAN8720
948
-
WebServer_WT32_ETH01 v1.5.0 for core v2.0.0+
952
+
WebServer_WT32_ETH01 v1.5.1 for core v2.0.0+
949
953
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232, FULL_DUPLEX, 100Mbps
950
954
Waiting for NTP time sync: .
951
955
Current time: Tue Jul 6 18:14:02 2021
@@ -965,7 +969,7 @@ The terminal output of **WT32_ETH01** running [MQTTS_ThingStream example](exampl
965
969
966
970
```
967
971
Starting MQTTS_ThingStream on ESP32_DEV with ETH_PHY_LAN8720
968
-
WebServer_WT32_ETH01 v1.5.0 for core v2.0.0+
972
+
WebServer_WT32_ETH01 v1.5.1 for core v2.0.0+
969
973
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232, FULL_DUPLEX, 100Mbps
970
974
Waiting for NTP time sync: .
971
975
Current time: Tue Jul 6 18:38:22 2021
@@ -991,7 +995,7 @@ The terminal output of **WT32_ETH01** running [MQTTClient_SSL example](examples/
991
995
992
996
```
993
997
Starting MQTTClient_SSL on ESP32_DEV with ETH_PHY_LAN8720
994
-
WebServer_WT32_ETH01 v1.5.0 for core v2.0.0+
998
+
WebServer_WT32_ETH01 v1.5.1 for core v2.0.0+
995
999
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232, FULL_DUPLEX, 100Mbps
996
1000
Waiting for NTP time sync: .
997
1001
Current time: Tue Jul 6 17:11:00 2021
@@ -1016,7 +1020,7 @@ The terminal output of **WT32_ETH01** running [MQTTClient_SSL_Auth example](exam
1016
1020
1017
1021
```
1018
1022
Starting MQTTClient_SSL_Auth on ESP32_DEV with ETH_PHY_LAN8720
1019
-
WebServer_WT32_ETH01 v1.5.0 for core v2.0.0+
1023
+
WebServer_WT32_ETH01 v1.5.1 for core v2.0.0+
1020
1024
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232, FULL_DUPLEX, 100Mbps
1021
1025
Waiting for NTP time sync: .
1022
1026
Current time: Tue Jul 6 18:05:14 2021
@@ -1077,6 +1081,9 @@ Submit issues to: [WebServer_WT32_ETH01 issues](https://github.com/khoih-prog/We
1077
1081
5. Auto detect ESP32 core v1.0.6- or v2.0.0+ to use correct settings
1078
1082
6. Fix `multiple-definitions` linker error.
1079
1083
7. Add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project
1084
+
8. Add example [MQTT_And_OTA_Ethernet](https://github.com/khoih-prog/WebServer_WT32_ETH01/tree/main/examples/MQTT_And_OTA_Ethernet) to demo how to use OTA
1085
+
9. Fix compile error for examples [serveStatic](https://github.com/khoih-prog/WebServer_WT32_ETH01/tree/main/examples/serveStatic) and [serveStaticLoadFile](https://github.com/khoih-prog/WebServer_WT32_ETH01/tree/main/examples/serveStaticLoadFile) to use built-in LittleFS library for new ESP32 cores
1086
+
10. Fix compile error for examples [ESP32_FS_EthernetWebServer](https://github.com/khoih-prog/WebServer_WT32_ETH01/tree/main/examples/ESP32_FS_EthernetWebServer) if WT32_ETH01 is selected as A0 (and many pins) not defined in new ESP32 cores
Copy file name to clipboardExpand all lines: changelog.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
13
13
14
14
*[Changelog](#changelog)
15
+
*[Releases v1.5.1](#releases-v151)
15
16
*[Releases v1.5.0](#releases-v150)
16
17
*[Releases v1.4.1](#releases-v141)
17
18
*[Releases v1.4.0](#releases-v140)
@@ -25,6 +26,12 @@
25
26
26
27
## Changelog
27
28
29
+
#### Releases v1.5.1
30
+
31
+
1. Add example [MQTT_And_OTA_Ethernet](https://github.com/khoih-prog/WebServer_WT32_ETH01/tree/main/examples/MQTT_And_OTA_Ethernet) to demo how to use OTA. Check [Added MQTT and OTA over Ethernet example to examples folder #9](https://github.com/khoih-prog/WebServer_WT32_ETH01/pull/9)
32
+
2. Fix compile error for examples [serveStatic](https://github.com/khoih-prog/WebServer_WT32_ETH01/tree/main/examples/serveStatic) and [serveStaticLoadFile](https://github.com/khoih-prog/WebServer_WT32_ETH01/tree/main/examples/serveStaticLoadFile) to use built-in LittleFS library for new ESP32 cores
33
+
3. Fix compile error for examples [ESP32_FS_EthernetWebServer](https://github.com/khoih-prog/WebServer_WT32_ETH01/tree/main/examples/ESP32_FS_EthernetWebServer) if WT32_ETH01 is selected as A0 (and many pins) not defined in new ESP32 cores
0 commit comments