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

Commit

Permalink
v1.0.0 for ESP32 & LwIP W6100 Ethernet
Browse files Browse the repository at this point in the history
### Initial Releases v1.0.0

1. Initial coding to support **ESP32 boards using LwIP W6100 Ethernet**
  • Loading branch information
khoih-prog authored Jan 11, 2023
1 parent 0b4109c commit 8ffe409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ to apply the better and faster **asynchronous** feature of the **powerful** [Asy
1. [`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino/)
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/)
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)
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)
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)

---
---
Expand Down
4 changes: 2 additions & 2 deletions platformio/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ lib_ldf_mode = chain+
lib_deps =
; PlatformIO 4.x
; WebServer_ESP32_W6100@~1.5.2
; AsyncUdp_ESP32_W6100@~2.0.0
; AsyncUDP_ESP32_W6100@~2.0.0
; PlatformIO 5.x
khoih-prog/WebServer_ESP32_W6100@~1.5.2
khoih-prog/AsyncUdp_ESP32_W6100@~2.0.0
khoih-prog/AsyncUDP_ESP32_W6100@~2.0.0

; ============================================================
build_flags =
Expand Down

0 comments on commit 8ffe409

Please sign in to comment.