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

Commit 96291d1

Browse files
authored
v1.5.1 to add example and fix compile error
#### Releases v1.5.1 1. Add example [MQTT_And_OTA_Ethernet](https://github.com/khoih-prog/WebServer_WT32_ETH01/tree/main/examples/MQTT_And_OTA_Ethernet) to demo how to use OTA. Check [Added MQTT and OTA over Ethernet example to examples folder #9](#9) 2. Fix compile error for examples [serveStatic](https://github.com/khoih-prog/WebServer_WT32_ETH01/tree/main/examples/serveStatic) and [serveStaticLoadFile](https://github.com/khoih-prog/WebServer_WT32_ETH01/tree/main/examples/serveStaticLoadFile) to use built-in LittleFS library for new ESP32 cores 3. Fix compile error for examples [ESP32_FS_EthernetWebServer](https://github.com/khoih-prog/WebServer_WT32_ETH01/tree/main/examples/ESP32_FS_EthernetWebServer) if WT32_ETH01 is selected as A0 (and many pins) not defined in new ESP32 cores
1 parent 49acabe commit 96291d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ This [**WebServer_WT32_ETH01** library](https://github.com/khoih-prog/WebServer_
165165

166166
1. [`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [![GitHub release](https://img.shields.io/github/release/arduino/Arduino.svg)](https://github.com/arduino/Arduino/releases/latest)
167167
2. [`ESP32 Core 2.0.4+`](https://github.com/espressif/arduino-esp32) for ESP32-based WT32_ETH01 boards using release v1.3.0+. [![Latest release](https://img.shields.io/github/release/espressif/arduino-esp32.svg)](https://github.com/espressif/arduino-esp32/releases/latest/)
168-
3. [`ESP32 Core 1.0.6-`](https://github.com/espressif/arduino-esp32) for ESP32-based WT32_ETH01 boards using release v1.2.0- [![Latest release](https://img.shields.io/github/release/espressif/arduino-esp32.svg)](https://github.com/espressif/arduino-esp32/releases/latest/)
168+
3. [`ESP32 Core 1.0.6-`](https://github.com/espressif/arduino-esp32) for ESP32-based WT32_ETH01 boards using release v1.2.0-
169169

170170
---
171171
---
@@ -188,7 +188,7 @@ You can also use this link [![arduino-library-badge](https://www.ardu-badge.com/
188188

189189
1. Install [VS Code](https://code.visualstudio.com/)
190190
2. Install [PlatformIO](https://platformio.org/platformio-ide)
191-
3. Install [**WebServer_WT32_ETH01** library](https://registry.platformio.org/libraries/WebServer_WT32_ETH01) by using [Library Manager](https://registry.platformio.org/libraries/WebServer_WT32_ETH01/installation). Search for WebServer_WT32_ETH01 in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
191+
3. Install [**WebServer_WT32_ETH01** library]((https://registry.platformio.org/libraries/khoih-prog/WebServer_WT32_ETH01) by using [Library Manager]((https://registry.platformio.org/libraries/khoih-prog/WebServer_WT32_ETH01/installation). Search for WebServer_WT32_ETH01 in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
192192
4. Use included [platformio.ini](platformio/platformio.ini) file from examples to ensure that all dependent libraries will installed automatically. Please visit documentation for the other options and examples at [Project Configuration File](https://docs.platformio.org/page/projectconf.html)
193193

194194
---
@@ -476,7 +476,7 @@ Example:
476476
#### File [AdvancedWebServer.ino](examples/AdvancedWebServer/AdvancedWebServer.ino)
477477

478478

479-
https://github.com/khoih-prog/WebServer_WT32_ETH01/blob/c0e81a4e5a25a5ac9392a11318e0090edbed988a/examples/AdvancedWebServer/AdvancedWebServer.ino#L41-L210
479+
https://github.com/khoih-prog/WebServer_WT32_ETH01/blob/49acabe4762e935fc6c13215109296c909c2de99/examples/AdvancedWebServer/AdvancedWebServer.ino#L41-L210
480480

481481
---
482482
---

0 commit comments

Comments
 (0)