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

Commit 14829f7

Browse files
authored
v1.0.0 for WT32_ETH01
### Initial Releases v1.0.0 1. Initial coding to support **WT32_ETH01 or ESP32-based boards using LwIP LAN8720 Ethernet**
1 parent 586f6cb commit 14829f7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ to apply the better and faster **asynchronous** feature of the **powerful** [Asy
9292
1. [`Arduino IDE 1.8.19+` for Arduino](https://www.arduino.cc/en/Main/Software)
9393
2. [`ESP32 Core 2.0.5+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [![Latest release](https://img.shields.io/github/release/espressif/arduino-esp32.svg)](https://github.com/espressif/arduino-esp32/releases/latest/)
9494
3. [`WebServer_WT32_ETH01 library 1.5.1+`](https://github.com/khoih-prog/WebServer_WT32_ETH01). To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/WebServer_WT32_ETH01.svg?)](https://www.ardu-badge.com/WebServer_WT32_ETH01)
95-
4. [`AsyncUdp_WT32_ETH01 library 2.1.0+`](https://github.com/khoih-prog/AsyncUdp_WT32_ETH01). To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/AsyncUdp_WT32_ETH01.svg?)](https://www.ardu-badge.com/AsyncUdp_WT32_ETH01)
95+
4. [`AsyncUDP_WT32_ETH01 library 2.1.0+`](https://github.com/khoih-prog/AsyncUdp_WT32_ETH01). To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/AsyncUDP_WT32_ETH01.svg?)](https://www.ardu-badge.com/AsyncUDP_WT32_ETH01)
9696

9797
---
9898
---

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
{
4141
"owner": "khoih-prog",
42-
"name": "AsyncUdp_WT32_ETH01",
42+
"name": "AsyncUDP_WT32_ETH01",
4343
"version": "^2.1.0",
4444
"platforms": "espressif32"
4545
}

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ category=Communication
88
url=https://github.com/khoih-prog/AsyncDNSServer_WT32_ETH01
99
repository=https://github.com/khoih-prog/AsyncDNSServer_WT32_ETH01
1010
architectures=esp32
11-
depends=WebServer_WT32_ETH01, AsyncUdp_WT32_ETH01
11+
depends=WebServer_WT32_ETH01, AsyncUDP_WT32_ETH01
1212
license=GPLv3
1313
includes=AsyncDNSServer_WT32_ETH01.h, AsyncDNSServer_WT32_ETH01.hpp

platformio/platformio.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ lib_ldf_mode = chain+
3737
lib_deps =
3838
; PlatformIO 4.x
3939
; WebServer_WT32_ETH01@~1.5.1
40-
; AsyncUdp_WT32_ETH01@~2.1.0
40+
; AsyncUDP_WT32_ETH01@~2.1.0
4141
; PlatformIO 5.x
4242
khoih-prog/WebServer_WT32_ETH01@~1.5.1
43-
khoih-prog/AsyncUdp_WT32_ETH01@~2.1.0
43+
khoih-prog/AsyncUDP_WT32_ETH01@~2.1.0
4444

4545
build_flags =
4646
; set your debug output (default=Serial)

0 commit comments

Comments
 (0)