@@ -267,7 +267,7 @@ to apply the better and faster **asynchronous** feature of the **powerful** [ESP
267
267
## Prerequisites
268
268
269
269
1 . [ ` Arduino IDE 1.8.19+ ` for Arduino] ( https://github.com/arduino/Arduino ) . [ ![ GitHub release] ( https://img.shields.io/github/release/arduino/Arduino.svg )] ( https://github.com/arduino/Arduino/releases/latest )
270
- 2 . [ ` ESP32 Core 2.0.5 + ` ] ( https://github.com/espressif/arduino-esp32 ) for ESP32-based boards. ESP32 Latest Core [ ![ Latest release] ( https://img.shields.io/github/release/espressif/arduino-esp32.svg )] ( https://github.com/espressif/arduino-esp32/releases/latest/ )
270
+ 2 . [ ` ESP32 Core 2.0.6 + ` ] ( https://github.com/espressif/arduino-esp32 ) for ESP32-based boards. ESP32 Latest Core [ ![ Latest release] ( https://img.shields.io/github/release/espressif/arduino-esp32.svg )] ( https://github.com/espressif/arduino-esp32/releases/latest/ )
271
271
3 . [ ` AsyncTCP library v1.1.1+ ` ] ( https://github.com/me-no-dev/AsyncTCP ) .
272
272
273
273
---
@@ -1634,7 +1634,7 @@ You can change the `INT` pin to another one. Default is `GPIO4`
1634
1634
1635
1635
### Example [ Async_AdvancedWebServer] ( examples/Async_AdvancedWebServer )
1636
1636
1637
- https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500/blob/9f1dfa5e651999480f758a764e727398b14cd612 /examples/Async_AdvancedWebServer/Async_AdvancedWebServer.ino#L40-L270
1637
+ https://github.com/khoih-prog/AsyncWebServer_ESP32_SC_W5500/blob/c87fe15ac7d54b6b0a4ddd0c6450f162b38a0e4b /examples/Async_AdvancedWebServer/Async_AdvancedWebServer.ino#L40-L270
1638
1638
1639
1639
1640
1640
You can access the Async Advanced WebServer @ the server IP
@@ -1663,7 +1663,7 @@ Following are debug terminal output and screen shots when running example [Async
1663
1663
1664
1664
``` cpp
1665
1665
Start AsyncMultiWebServer_ESP32_W5500 on ESP32S3_DEV with ESP32_S3_W5500
1666
- AsyncWebServer_ESP32_SC_W5500 v1.8.0 for core v2.0.0 +
1666
+ AsyncWebServer_ESP32_SC_W5500 v1.8.1 for core v2.0.0 +
1667
1667
[AWS] Default SPI pinout:
1668
1668
[AWS] SPI_HOST: 2
1669
1669
[AWS] MOSI: 11
@@ -1713,7 +1713,7 @@ Following is the debug terminal and screen shot when running example [Async_Adva
1713
1713
1714
1714
```cpp
1715
1715
Start Async_AdvancedWebServer_MemoryIssues_Send_CString on ESP32S3_DEV with ESP32_S3_W5500
1716
- AsyncWebServer_ESP32_SC_W5500 v1.8.0 for core v2.0.0+
1716
+ AsyncWebServer_ESP32_SC_W5500 v1.8.1 for core v2.0.0+
1717
1717
[AWS] Default SPI pinout:
1718
1718
[AWS] SPI_HOST: 2
1719
1719
[AWS] MOSI: 11
@@ -1747,7 +1747,7 @@ While using `Arduino String`, the HEAP usage is very large
1747
1747
1748
1748
``` cpp
1749
1749
Start Async_AdvancedWebServer_MemoryIssues_SendArduinoString on ESP32S3_DEV with ESP32_S3_W5500
1750
- AsyncWebServer_ESP32_SC_W5500 v1.8.0 for core v2.0.0 +
1750
+ AsyncWebServer_ESP32_SC_W5500 v1.8.1 for core v2.0.0 +
1751
1751
[AWS] Default SPI pinout:
1752
1752
[AWS] SPI_HOST: 2
1753
1753
[AWS] MOSI: 11
@@ -1789,7 +1789,7 @@ Following is debug terminal output when running example [Async_AdvancedWebServer
1789
1789
1790
1790
```cpp
1791
1791
Start Async_AdvancedWebServer_SendChunked on ESP32S3_DEV with ESP32_S3_W5500
1792
- AsyncWebServer_ESP32_SC_W5500 v1.8.0 for core v2.0.0+
1792
+ AsyncWebServer_ESP32_SC_W5500 v1.8.1 for core v2.0.0+
1793
1793
[AWS] Default SPI pinout:
1794
1794
[AWS] SPI_HOST: 2
1795
1795
[AWS] MOSI: 11
@@ -1859,7 +1859,7 @@ Following is debug terminal output when running example [AsyncWebServer_SendChun
1859
1859
1860
1860
``` cpp
1861
1861
Start AsyncWebServer_SendChunked on ESP32S3_DEV with ESP32_S3_W5500
1862
- AsyncWebServer_ESP32_SC_W5500 v1.8.0 for core v2.0.0 +
1862
+ AsyncWebServer_ESP32_SC_W5500 v1.8.1 for core v2.0.0 +
1863
1863
[AWS] Default SPI pinout:
1864
1864
[AWS] SPI_HOST: 2
1865
1865
[AWS] MOSI: 11
@@ -1910,7 +1910,7 @@ Following is debug terminal output when running example [Async_WebSocketsServer]
1910
1910
1911
1911
```cpp
1912
1912
Starting Async_WebSocketsServer on ESP32S3_DEV with ESP32_S3_W5500
1913
- AsyncWebServer_ESP32_SC_W5500 v1.8.0 for core v2.0.0+
1913
+ AsyncWebServer_ESP32_SC_W5500 v1.8.1 for core v2.0.0+
1914
1914
[AWS] Default SPI pinout:
1915
1915
[AWS] SPI_HOST: 2
1916
1916
[AWS] MOSI: 11
@@ -1940,7 +1940,7 @@ Following is debug terminal output when running example [Async_HTTPBasicAuth](ex
1940
1940
1941
1941
``` cpp
1942
1942
Start Async_HTTPBasicAuth on ESP32S3_DEV with ESP32_S3_W5500
1943
- AsyncWebServer_ESP32_SC_W5500 v1.8.0 for core v2.0.0 +
1943
+ AsyncWebServer_ESP32_SC_W5500 v1.8.1 for core v2.0.0 +
1944
1944
[AWS] Default SPI pinout:
1945
1945
[AWS] SPI_HOST: 2
1946
1946
[AWS] MOSI: 11
@@ -1968,7 +1968,7 @@ Following is debug terminal output when running example [Async_AdvancedWebServer
1968
1968
1969
1969
```cpp
1970
1970
Start Async_AdvancedWebServer_SendChunked on ESP32S2_DEV with ESP32_S2_W5500
1971
- AsyncWebServer_ESP32_SC_W5500 v1.8.0 for core v2.0.0+
1971
+ AsyncWebServer_ESP32_SC_W5500 v1.8.1 for core v2.0.0+
1972
1972
[AWS] Default SPI pinout:
1973
1973
[AWS] SPI_HOST: 2
1974
1974
[AWS] MOSI: 35
@@ -2040,7 +2040,7 @@ Following is debug terminal output when running example [Async_AdvancedWebServer
2040
2040
2041
2041
``` cpp
2042
2042
Start Async_AdvancedWebServer_SendChunked on ESP32C3_DEV with ESP32_C3_W5500
2043
- AsyncWebServer_ESP32_SC_W5500 v1.8.0 for core v2.0.0 +
2043
+ AsyncWebServer_ESP32_SC_W5500 v1.8.1 for core v2.0.0 +
2044
2044
[AWS] Default SPI pinout:
2045
2045
[AWS] SPI_HOST: 1
2046
2046
[AWS] MOSI: 6
@@ -2160,6 +2160,7 @@ Submit issues to: [AsyncWebServer_ESP32_SC_W5500 issues](https://github.com/khoi
2160
2160
10 . Add ` Async_WebSocketsServer ` , ` Async_HttpBasicAuth ` and ` MQTT ` examples
2161
2161
11 . Add support to ** ESP32S2-based boards** using ` LwIP W5500 Ethernet `
2162
2162
12 . Add support to ** ESP32C3-based boards** using ` LwIP W5500 Ethernet `
2163
+ 13 . Remove unused variable to avoid compiler warning and error
2163
2164
2164
2165
2165
2166
---
0 commit comments