|
54 | 54 | * [File AdvancedWebServer.ino](#file-advancedwebserverino) |
55 | 55 | * [Debug Terminal Output Samples](#debug-terminal-output-samples) |
56 | 56 | * [ 1. AdvancedWebServer on ESP32S3_DEV with ESP32_S3_W5500](#1-AdvancedWebServer-on-ESP32S3_DEV-with-ESP32_S3_W5500) |
57 | | - * [ 2. MQTT_ThingStream on ESP32S3_DEV with ESP32_S3_W5500](#3-MQTT_ThingStream-on-ESP32S3_DEV-with-ESP32_S3_W5500) |
58 | | - * [ 3. MQTTClient_Auth on ESP32S3_DEV with ESP32_S3_W5500](#4-MQTTClient_Auth-on-ESP32S3_DEV-with-ESP32_S3_W5500) |
59 | | - * [ 4. MQTTClient_Basic on ESP32S3_DEV with ESP32_S3_W5500](#5-MQTTClient_Basic-on-ESP32S3_DEV-with-ESP32_S3_W5500) |
60 | | - * [ 6. WebClient on ESP32S3_DEV with ESP32_S3_W5500](#6-WebClient-on-ESP32S3_DEV-with-ESP32_S3_W5500) |
61 | | - * [ 7. UDPSendReceive on ESP32S3_DEV with ESP32_S3_W5500](#7-UDPSendReceive-on-ESP32S3_DEV-with-ESP32_S3_W5500) |
| 57 | + * [ 2. MQTT_ThingStream on ESP32S3_DEV with ESP32_S3_W5500](#2-MQTT_ThingStream-on-ESP32S3_DEV-with-ESP32_S3_W5500) |
| 58 | + * [ 3. MQTTClient_Auth on ESP32S3_DEV with ESP32_S3_W5500](#3-MQTTClient_Auth-on-ESP32S3_DEV-with-ESP32_S3_W5500) |
| 59 | + * [ 4. MQTTClient_Basic on ESP32S3_DEV with ESP32_S3_W5500](#4-MQTTClient_Basic-on-ESP32S3_DEV-with-ESP32_S3_W5500) |
| 60 | + * [ 5. WebClient on ESP32S3_DEV with ESP32_S3_W5500](#5-WebClient-on-ESP32S3_DEV-with-ESP32_S3_W5500) |
| 61 | + * [ 6. UDPSendReceive on ESP32S3_DEV with ESP32_S3_W5500](#6-UDPSendReceive-on-ESP32S3_DEV-with-ESP32_S3_W5500) |
62 | 62 | * [Debug](#debug) |
63 | 63 | * [Troubleshooting](#troubleshooting) |
64 | 64 | * [Releases](#releases) |
@@ -118,7 +118,7 @@ This [**WebServer_ESP32_SC_W5500** library](https://github.com/khoih-prog/WebSer |
118 | 118 | ## Prerequisites |
119 | 119 |
|
120 | 120 | 1. [`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [](https://github.com/arduino/Arduino/releases/latest) |
121 | | - 2. [`ESP32 Core 2.0.5+`](https://github.com/espressif/arduino-esp32) for ESP32-based ESP32_DEV with W5500 boards. [](https://github.com/espressif/arduino-esp32/releases/latest/) |
| 121 | + 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/) |
122 | 122 |
|
123 | 123 |
|
124 | 124 | --- |
@@ -179,8 +179,6 @@ in many files. But be sure to use the following `.h` file **in just 1 `.h`, `.cp |
179 | 179 | #include "WebServer_ESP32_SC_W5500.h" //https://github.com/khoih-prog/WebServer_ESP32_SC_W5500 |
180 | 180 | ``` |
181 | 181 |
|
182 | | -Check the new [**multiFileProject** example](examples/multiFileProject) for a `HOWTO` demo. |
183 | | - |
184 | 182 |
|
185 | 183 | --- |
186 | 184 | --- |
@@ -484,7 +482,7 @@ MQTT Message receive [ESP32_Pub] Hello from MQTT_ThingStream on ESP32S3_DEV with |
484 | 482 |
|
485 | 483 | --- |
486 | 484 |
|
487 | | -#### 4. MQTTClient_Auth on ESP32S3_DEV with ESP32_S3_W5500 |
| 485 | +#### 3. MQTTClient_Auth on ESP32S3_DEV with ESP32_S3_W5500 |
488 | 486 |
|
489 | 487 | The terminal output of **ESP32S3_DEV with W5500** running [MQTTClient_Auth example](examples/MQTTClient_Auth) |
490 | 488 |
|
@@ -515,7 +513,7 @@ Message Send : MQTT_Pub => Hello from MQTTClient_Auth on ESP32S3_DEV with ESP32_ |
515 | 513 |
|
516 | 514 | --- |
517 | 515 |
|
518 | | -#### 5. MQTTClient_Basic on ESP32S3_DEV with ESP32_S3_W5500 |
| 516 | +#### 4. MQTTClient_Basic on ESP32S3_DEV with ESP32_S3_W5500 |
519 | 517 |
|
520 | 518 | The terminal output of **ESP32S3_DEV with W5500** running [MQTTClient_Basic example](examples/MQTTClient_Basic) |
521 | 519 |
|
@@ -545,7 +543,7 @@ Message arrived [MQTT_Pub] Hello from MQTTClient_Basic on ESP32S3_DEV with ESP32 |
545 | 543 | --- |
546 | 544 |
|
547 | 545 |
|
548 | | -#### 6. WebClient on ESP32S3_DEV with ESP32_S3_W5500 |
| 546 | +#### 5. WebClient on ESP32S3_DEV with ESP32_S3_W5500 |
549 | 547 |
|
550 | 548 | The terminal output of **ESP32S3_DEV with W5500** running [WebClient example](examples/WebClient) |
551 | 549 |
|
@@ -631,7 +629,7 @@ Disconnecting from server... |
631 | 629 |
|
632 | 630 | --- |
633 | 631 |
|
634 | | -#### 7. UDPSendReceive on ESP32S3_DEV with ESP32_S3_W5500 |
| 632 | +#### 6. UDPSendReceive on ESP32S3_DEV with ESP32_S3_W5500 |
635 | 633 |
|
636 | 634 | The terminal output of **ESP32S3_DEV with W5500** running [UDPSendReceive example](examples/UDPSendReceive) |
637 | 635 |
|
|
0 commit comments