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 Feb 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ This [**WebServer_ESP32_SC_W5500** library](https://github.com/khoih-prog/WebSer
166
166
## Prerequisites
167
167
168
168
1.[`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [](https://github.com/arduino/Arduino/releases/latest)
169
-
2.[`ESP32 Core 2.0.5+`](https://github.com/espressif/arduino-esp32) for ESP32-based ESP32S2/S3/C3_DEV with W5500 boards. [](https://github.com/espressif/arduino-esp32/releases/latest/)
169
+
2.[`ESP32 Core 2.0.6+`](https://github.com/espressif/arduino-esp32) for ESP32-based ESP32S2/S3/C3_DEV with W5500 boards. [](https://github.com/espressif/arduino-esp32/releases/latest/)
170
170
171
171
172
172
---
@@ -566,7 +566,7 @@ The following are debug terminal output and screen shot when running example [Ad
566
566
567
567
```cpp
568
568
Start AdvancedWebServer on ESP32S3_DEV with ESP32_S3_W5500
569
-
WebServer_ESP32_SC_W5500 v1.0.1for core v2.0.0+
569
+
WebServer_ESP32_SC_W5500 v1.2.1for core v2.0.0+
570
570
[EWS] Default SPI pinout:
571
571
[EWS] SPI_HOST: 2
572
572
[EWS] MOSI: 11
@@ -594,7 +594,7 @@ The terminal output of **ESP32S3_DEV with W5500** running [MQTT_ThingStream exam
594
594
595
595
```cpp
596
596
Start MQTT_ThingStream on ESP32S3_DEV with ESP32_S3_W5500
597
-
WebServer_ESP32_SC_W5500 v1.0.1 for core v2.0.0+
597
+
WebServer_ESP32_SC_W5500 v1.2.1 for core v2.0.0+
598
598
[EWS] Default SPI pinout:
599
599
[EWS] SPI_HOST: 2
600
600
[EWS] MOSI: 11
@@ -627,7 +627,7 @@ The terminal output of **ESP32S3_DEV with W5500** running [MQTTClient_Auth examp
627
627
628
628
```cpp
629
629
Start MQTTClient_Auth on ESP32S3_DEV with ESP32_S3_W5500
630
-
WebServer_ESP32_SC_W5500 v1.0.1for core v2.0.0+
630
+
WebServer_ESP32_SC_W5500 v1.2.1for core v2.0.0+
631
631
[EWS] Default SPI pinout:
632
632
[EWS] SPI_HOST: 2
633
633
[EWS] MOSI: 11
@@ -657,7 +657,7 @@ The terminal output of **ESP32S3_DEV with W5500** running [MQTTClient_Basic exam
657
657
658
658
```cpp
659
659
Start MQTTClient_Basic on ESP32S3_DEV with ESP32_S3_W5500
660
-
WebServer_ESP32_SC_W5500 v1.0.1 for core v2.0.0+
660
+
WebServer_ESP32_SC_W5500 v1.2.1 for core v2.0.0+
661
661
[EWS] Default SPI pinout:
662
662
[EWS] SPI_HOST: 2
663
663
[EWS] MOSI: 11
@@ -687,7 +687,7 @@ The terminal output of **ESP32S3_DEV with W5500** running [WebClient example](ex
687
687
688
688
```cpp
689
689
Start WebClient on ESP32S3_DEV with ESP32_S3_W5500
690
-
WebServer_ESP32_SC_W5500 v1.0.1for core v2.0.0+
690
+
WebServer_ESP32_SC_W5500 v1.2.1for core v2.0.0+
691
691
[EWS] Default SPI pinout:
692
692
[EWS] SPI_HOST: 2
693
693
[EWS] MOSI: 11
@@ -773,7 +773,7 @@ The terminal output of **ESP32S3_DEV with W5500** running [UDPSendReceive exampl
773
773
774
774
```cpp
775
775
Start UDPSendReceive on ESP32S3_DEV with ESP32_S3_W5500
776
-
WebServer_ESP32_SC_W5500 v1.0.1 for core v2.0.0+
776
+
WebServer_ESP32_SC_W5500 v1.2.1 for core v2.0.0+
777
777
[EWS] Default SPI pinout:
778
778
[EWS] SPI_HOST: 2
779
779
[EWS] MOSI: 11
@@ -821,7 +821,7 @@ The following are debug terminal output and screen shot when running example [Ad
821
821
822
822
```cpp
823
823
Start AdvancedWebServer on ESP32S2_DEV with ESP32_S2_W5500
824
-
WebServer_ESP32_SC_W5500 v1.1.0for core v2.0.0+
824
+
WebServer_ESP32_SC_W5500 v1.2.1for core v2.0.0+
825
825
[EWS] Default SPI pinout:
826
826
[EWS] SPI_HOST: 2
827
827
[EWS] MOSI: 35
@@ -855,7 +855,7 @@ The following are debug terminal output and screen shot when running example [Ad
855
855
856
856
```cpp
857
857
Start AdvancedWebServer on ESP32C3_DEV with ESP32_C3_W5500
858
-
WebServer_ESP32_C3_W5500 v1.2.0 for core v2.0.0+
858
+
WebServer_ESP32_SC_W5500 v1.2.1 for core v2.0.0+
859
859
[EWS] Default SPI pinout:
860
860
[EWS] SPI_HOST: 1
861
861
[EWS] MOSI: 6
@@ -918,7 +918,7 @@ Submit issues to: [WebServer_ESP32_SC_W5500 issues](https://github.com/khoih-pro
918
918
3. Add example [multiFileProject](https://github.com/khoih-prog/WebServer_ESP32_SC_W5500/tree/main/examples/multiFileProject)
919
919
4. Add support to **ESP32S2-based boards** using `LwIP W5500 Ethernet`
920
920
5. Add support to **ESP32_C3-based boards** using `LwIP W5500 Ethernet`
921
-
921
+
6. Remove unused variable to avoid compiler warning and error
"description": "Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for ESP32S2/S3/C3 boards using LwIP W5500 Ethernet library. The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client, supports WebServer serving from LittleFS/SPIFFS and is the base for many Async-related libraries.",
0 commit comments