v1.3.0 to add support to WT32_ETH01 boards

### Releases v1.3.0

1. Add support to WT32_ETH01 (ESP32 + LAN8720) boards
2. Add examples with new features
This commit is contained in:
Khoi Hoang
2021-07-10 00:19:34 -04:00
committed by GitHub
parent 5fd5acddb6
commit 96eb8f8724
37 changed files with 693 additions and 290 deletions
+4 -2
View File
@@ -40,8 +40,9 @@ lib_deps =
; https://github.com/khoih-prog/STM32AsyncTCP.git
; STM32duino LwIP@>=2.1.2
; STM32duino STM32Ethernet@>=1.2.0
; ESPAsync_WiFiManager@>=1.6.2
; ESPAsync_WiFiManager@>=1.9.1
; LittleFS_esp32@>=1.0.6
; WebServer_WT32_ETH01@>=1.1.0
; PlatformIO 5.x
me-no-dev/AsyncTCP@>=1.1.1
me-no-dev/ESPAsyncTCP@>=1.2.2
@@ -49,8 +50,9 @@ lib_deps =
https://github.com/khoih-prog/STM32AsyncTCP.git
stm32duino/STM32duino LwIP@>=2.1.2
stm32duino/STM32duino STM32Ethernet@>=1.2.0
khoih-prog/ESPAsync_WiFiManager@>=1.6.2
khoih-prog/ESPAsync_WiFiManager@>=1.9.1
lorol/LittleFS_esp32@>=1.0.6
khoih.prog/WebServer_WT32_ETH01@>=1.1.0
build_flags =
; set your debug output (default=Serial)