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

Commit 8ffe409

Browse files
authored
v1.0.0 for ESP32 & LwIP W6100 Ethernet
### Initial Releases v1.0.0 1. Initial coding to support **ESP32 boards using LwIP W6100 Ethernet**
1 parent 0b4109c commit 8ffe409

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ to apply the better and faster **asynchronous** feature of the **powerful** [Asy
101101
1. [`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino/)
102102
2. [`ESP32 Core 2.0.6+`](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/)
103103
3. [`WebServer_ESP32_W6100 library 1.5.2+`](https://github.com/khoih-prog/WebServer_ESP32_W6100). To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/WebServer_ESP32_W6100.svg?)](https://www.ardu-badge.com/WebServer_ESP32_W6100)
104-
4. [`AsyncUdp_ESP32_W6100 library 2.0.0+`](https://github.com/khoih-prog/AsyncUdp_ESP32_W6100). To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/AsyncUdp_ESP32_W6100.svg?)](https://www.ardu-badge.com/AsyncUdp_ESP32_W6100)
104+
4. [`AsyncUdp_ESP32_W6100 library 2.0.0+`](https://github.com/khoih-prog/AsyncUDP_ESP32_W6100). To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/AsyncUDP_ESP32_W6100.svg?)](https://www.ardu-badge.com/AsyncUDP_ESP32_W6100)
105105

106106
---
107107
---

platformio/platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ lib_ldf_mode = chain+
3939
lib_deps =
4040
; PlatformIO 4.x
4141
; WebServer_ESP32_W6100@~1.5.2
42-
; AsyncUdp_ESP32_W6100@~2.0.0
42+
; AsyncUDP_ESP32_W6100@~2.0.0
4343
; PlatformIO 5.x
4444
khoih-prog/WebServer_ESP32_W6100@~1.5.2
45-
khoih-prog/AsyncUdp_ESP32_W6100@~2.0.0
45+
khoih-prog/AsyncUDP_ESP32_W6100@~2.0.0
4646

4747
; ============================================================
4848
build_flags =

0 commit comments

Comments
 (0)