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.
*[5. Async_WebSocketsServer on ESP32S3_DEV with ESP32_S3_ENC28J60](#5-Async_WebSocketsServer-on-ESP32S3_DEV-with-ESP32_S3_ENC28J60)
105
105
*[6. Async_HTTPBasicAuth on ESP32S3_DEV with ESP32_S3_ENC28J60](#6-Async_HTTPBasicAuth-on-ESP32S3_DEV-with-ESP32_S3_ENC28J60)
106
106
*[7. Async_AdvancedWebServer_SendChunked on ESP32S2_DEV with ESP32_S2_ENC28J60](#7-Async_AdvancedWebServer_SendChunked-on-ESP32S2_DEV-with-ESP32_S2_ENC28J60)
107
+
*[8. Async_AdvancedWebServer_SendChunked on ESP32C3_DEV with ESP32_C3_ENC28J60](#8-Async_AdvancedWebServer_SendChunked-on-ESP32C3_DEV-with-ESP32_C3_ENC28J60)
107
108
*[Debug](#debug)
108
109
*[Troubleshooting](#troubleshooting)
109
110
*[Issues](#issues)
@@ -227,9 +228,9 @@ to apply the better and faster **asynchronous** feature of the **powerful** [ESP
227
228
228
229
1.**ESP32_S3 boards** using `LwIP ENC28J60 Ethernet`
229
230
2.**ESP32_S2 boards** using `LwIP ENC28J60 Ethernet`
231
+
2.**ESP32_C3 boards** using `LwIP ENC28J60 Ethernet`
230
232
231
-
Hopefully the `ESP32_C3-based` boards will be supported in the near future to use `LwIP W5500 or ENC28J60 Ethernet`
232
-
233
+
---
233
234
234
235
235
236
#### ESP32S2_DEV
@@ -245,6 +246,16 @@ to apply the better and faster **asynchronous** feature of the **powerful** [ESP
@@ -1932,12 +1979,12 @@ Login using username = admin and password = esp32_enc28j60
1932
1979
1933
1980
#### 7. Async_AdvancedWebServer_SendChunked on ESP32S2_DEV with ESP32_S2_ENC28J60
1934
1981
1935
-
Following is debug terminal output when running example [Async_AdvancedWebServer_SendChunked](examples/Async_AdvancedWebServer_SendChunked) on `ESP32S2_DEV with ESP32_S2_ENC28J60`, using ESP32 core `v2.0.0+`, to demo how to use `beginChunkedResponse()` to send large `html` in chunks. The `built-in MAC address` is used now instead of user-defined one.
1982
+
Following is debug terminal output when running example [Async_AdvancedWebServer_SendChunked](examples/Async_AdvancedWebServer_SendChunked) on `ESP32S2_DEV with ESP32_S2_ENC28J60`, using ESP32 core `v2.0.0+`, to demo how to use `beginChunkedResponse()` to send large `html` in chunks. The `built-in MAC address` is now used instead of user-defined one.
1936
1983
1937
1984
1938
1985
```cpp
1939
1986
Start Async_AdvancedWebServer_SendChunked on ESP32S2_DEV with ESP32_S2_ENC28J60
1940
-
AsyncWebServer_ESP32_SC_ENC v1.7.0 for core v2.0.0+
1987
+
AsyncWebServer_ESP32_SC_ENC v1.8.0 for core v2.0.0+
1941
1988
[AWS] Default SPI pinout:
1942
1989
[AWS] SPI Host: 1
1943
1990
[AWS] MOSI: 35
@@ -1981,6 +2028,63 @@ You can access the Async Advanced WebServers @ the server IP
1981
2028
</p>
1982
2029
1983
2030
2031
+
2032
+
---
2033
+
2034
+
#### 8. Async_AdvancedWebServer_SendChunked on ESP32C3_DEV with ESP32_C3_ENC28J60
2035
+
2036
+
Following is debug terminal output when running example [Async_AdvancedWebServer_SendChunked](examples/Async_AdvancedWebServer_SendChunked) on `ESP32C3_DEV with ESP32_C3_ENC28J60`, using ESP32 core `v2.0.0+`, to demo how to use `beginChunkedResponse()` to send large `html` in chunks. The `built-in MAC address` is now used instead of user-defined one.
2037
+
2038
+
2039
+
```cpp
2040
+
Start Async_AdvancedWebServer_SendChunked on ESP32C3_DEV with ESP32_C3_ENC28J60
0 commit comments