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

Commit 9240795

Browse files
authored
v1.4.1 for ESP8266 using W5x00/ENC28J60 Ethernet
#### Releases v1.4.1 1. Initial coding to port [ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer) to ESP8266 boards using W5x00 / ENC28J60 Ethernet. 2. Add more examples. 3. Add debugging features. 4. Bump up to v1.4.1 to sync with [AsyncWebServer_WT32_ETH01 v1.4.1](https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01).
1 parent eee5626 commit 9240795

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@ alt-svc: h3=":443"; ma=86400, h3-29=":443"; ma=86400
16031603
The following are debug terminal output and screen shot when running example [Async_AdvancedWebServer](examples/Async_AdvancedWebServer) on **ESP8266_NODEMCU_ESP12E** with `ESP8266_ENC28J60` Ethernet
16041604
16051605
<p align="center">
1606-
<img src="https://github.com/khoih-prog/EthernetWebServer/blob/master/pics/Async_AdvancedWebServer_ENC28J60.png">
1606+
<img src="https://github.com/khoih-prog/AsyncWebServer_Ethernet/blob/main/pics/Async_AdvancedWebServer_ENC28J60.png">
16071607
</p>
16081608
16091609
```
@@ -1621,7 +1621,7 @@ HTTP EthernetWebServer is @ IP : 192.168.2.187
16211621
The following are debug terminal output and screen shot when running example [Async_AdvancedWebServer](examples/Async_AdvancedWebServer) on **ESP8266_NODEMCU_ESP12E** with `ESP8266_W5500` Ethernet
16221622
16231623
<p align="center">
1624-
<img src="https://github.com/khoih-prog/EthernetWebServer/blob/master/pics/Async_AdvancedWebServer_W5500.png">
1624+
<img src="https://github.com/khoih-prog/AsyncWebServer_Ethernet/blob/main/pics/Async_AdvancedWebServer_W5500.png">
16251625
</p>
16261626
16271627
```

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ paragraph=This is Asynchronous HTTP and WebSocket Server Library for ESP8266 usi
77
category=Communication
88
url=https://github.com/khoih-prog/AsyncWebServer_Ethernet
99
license=GPLv3
10-
architectures=*
10+
architectures=esp8266
1111
depends=ESPAsyncTCP
1212
includes=AsyncWebServer_Ethernet.h

0 commit comments

Comments
 (0)