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

Commit 2585133

Browse files
authored
v1.6.3 for ESP32_S3 + LwIP ENC28J60
#### Releases v1.6.3 1. Initial coding to port [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) to `ESP32_S3` boards using `LwIP ENC28J60 Ethernet`. 2. Bump up to `v1.6.3` to sync with [AsyncWebServer_ESP32_ENC v1.6.3](https://github.com/khoih-prog/AsyncWebServer_ESP32_ENC) 3. Use `allman astyle`
1 parent 431affa commit 2585133

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@
8686
* [ 5. Async_HelloServer](examples/Async_HelloServer)
8787
* [ 6. Async_HelloServer2](examples/Async_HelloServer2)
8888
* [ 7. Async_HttpBasicAuth](examples/Async_HttpBasicAuth)
89-
* [ 8. AsyncMultiWebServer_ESP32_ENC28J60](examples/AsyncMultiWebServer_ESP32_ENC28J60)
89+
* [ 8. AsyncMultiWebServer_ESP32_ENC](examples/AsyncMultiWebServer_ESP32_ENC)
9090
* [ 9. Async_PostServer](examples/Async_PostServer)
91-
* [10. Async_RegexPatterns_ESP32_ENC28J60](examples/Async_RegexPatterns_ESP32_ENC28J60)
92-
* [11. AsyncSimpleServer_ESP32_ENC28J60](examples/AsyncSimpleServer_ESP32_ENC28J60)
91+
* [10. Async_RegexPatterns_ESP32_ENC](examples/Async_RegexPatterns_ESP32_ENC)
92+
* [11. AsyncSimpleServer_ESP32_ENC](examples/AsyncSimpleServer_ESP32_ENC)
9393
* [12. AsyncWebServer_SendChunked](examples/AsyncWebServer_SendChunked)
9494
* [13. Async_WebSocketsServer](examples/Async_WebSocketsServer)
9595
* [14. MQTTClient_Auth](examples/MQTTClient_Auth)
@@ -1559,10 +1559,10 @@ You can change the `INT` pin to another one. Default is `GPIO4`
15591559
5. [Async_HelloServer](examples/Async_HelloServer)
15601560
6. [Async_HelloServer2](examples/Async_HelloServer2)
15611561
7. [Async_HttpBasicAuth](examples/Async_HttpBasicAuth)
1562-
8. [AsyncMultiWebServer_ESP32_ENC28J60](examples/AsyncMultiWebServer_ESP32_ENC28J60)
1562+
8. [AsyncMultiWebServer_ESP32_ENC](examples/AsyncMultiWebServer_ESP32_ENC)
15631563
9. [Async_PostServer](examples/Async_PostServer)
1564-
10. [Async_RegexPatterns_ESP32_ENC28J60](examples/Async_RegexPatterns_ESP32_ENC28J60)
1565-
11. [AsyncSimpleServer_ESP32_ENC28J60](examples/AsyncSimpleServer_ESP32_ENC28J60)
1564+
10. [Async_RegexPatterns_ESP32_ENC](examples/Async_RegexPatterns_ESP32_ENC)
1565+
11. [AsyncSimpleServer_ESP32_ENC](examples/AsyncSimpleServer_ESP32_ENC)
15661566
12. [AsyncWebServer_SendChunked](examples/AsyncWebServer_SendChunked)
15671567
13. [Async_WebSocketsServer](examples/Async_WebSocketsServer)
15681568
14. [MQTTClient_Auth](examples/MQTTClient_Auth)

0 commit comments

Comments
 (0)