Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 3e7002b

Browse files
authored
v1.8.1 to remove unused variable
#### Releases v1.8.1 1. Remove unused variable to avoid compiler warning and error
1 parent c87fe15 commit 3e7002b

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ to apply the better and faster **asynchronous** feature of the **powerful** [ESP
267267
## Prerequisites
268268

269269
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/)
271271
3. [`AsyncTCP library v1.1.1+`](https://github.com/me-no-dev/AsyncTCP).
272272

273273
---
@@ -1634,7 +1634,7 @@ You can change the `INT` pin to another one. Default is `GPIO4`
16341634

16351635
### Example [Async_AdvancedWebServer](examples/Async_AdvancedWebServer)
16361636

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
16381638

16391639

16401640
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
16631663

16641664
```cpp
16651665
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+
16671667
[AWS] Default SPI pinout:
16681668
[AWS] SPI_HOST: 2
16691669
[AWS] MOSI: 11
@@ -1713,7 +1713,7 @@ Following is the debug terminal and screen shot when running example [Async_Adva
17131713
17141714
```cpp
17151715
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+
17171717
[AWS] Default SPI pinout:
17181718
[AWS] SPI_HOST: 2
17191719
[AWS] MOSI: 11
@@ -1747,7 +1747,7 @@ While using `Arduino String`, the HEAP usage is very large
17471747

17481748
```cpp
17491749
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+
17511751
[AWS] Default SPI pinout:
17521752
[AWS] SPI_HOST: 2
17531753
[AWS] MOSI: 11
@@ -1789,7 +1789,7 @@ Following is debug terminal output when running example [Async_AdvancedWebServer
17891789
17901790
```cpp
17911791
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+
17931793
[AWS] Default SPI pinout:
17941794
[AWS] SPI_HOST: 2
17951795
[AWS] MOSI: 11
@@ -1859,7 +1859,7 @@ Following is debug terminal output when running example [AsyncWebServer_SendChun
18591859

18601860
```cpp
18611861
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+
18631863
[AWS] Default SPI pinout:
18641864
[AWS] SPI_HOST: 2
18651865
[AWS] MOSI: 11
@@ -1910,7 +1910,7 @@ Following is debug terminal output when running example [Async_WebSocketsServer]
19101910
19111911
```cpp
19121912
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+
19141914
[AWS] Default SPI pinout:
19151915
[AWS] SPI_HOST: 2
19161916
[AWS] MOSI: 11
@@ -1940,7 +1940,7 @@ Following is debug terminal output when running example [Async_HTTPBasicAuth](ex
19401940

19411941
```cpp
19421942
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+
19441944
[AWS] Default SPI pinout:
19451945
[AWS] SPI_HOST: 2
19461946
[AWS] MOSI: 11
@@ -1968,7 +1968,7 @@ Following is debug terminal output when running example [Async_AdvancedWebServer
19681968
19691969
```cpp
19701970
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+
19721972
[AWS] Default SPI pinout:
19731973
[AWS] SPI_HOST: 2
19741974
[AWS] MOSI: 35
@@ -2040,7 +2040,7 @@ Following is debug terminal output when running example [Async_AdvancedWebServer
20402040

20412041
```cpp
20422042
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+
20442044
[AWS] Default SPI pinout:
20452045
[AWS] SPI_HOST: 1
20462046
[AWS] MOSI: 6
@@ -2160,6 +2160,7 @@ Submit issues to: [AsyncWebServer_ESP32_SC_W5500 issues](https://github.com/khoi
21602160
10. Add `Async_WebSocketsServer`, `Async_HttpBasicAuth` and `MQTT` examples
21612161
11. Add support to **ESP32S2-based boards** using `LwIP W5500 Ethernet`
21622162
12. Add support to **ESP32C3-based boards** using `LwIP W5500 Ethernet`
2163+
13. Remove unused variable to avoid compiler warning and error
21632164

21642165

21652166
---

0 commit comments

Comments
 (0)