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

Commit 0192361

Browse files
authored
v1.5.0 to fix multiple-definitions linker error
#### Releases v1.5.0 1. Fix multiple-definitions linker error. 2. Add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project to avoid `multiple-definitions` linker error
1 parent 11adc6c commit 0192361

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
* [15. **ESP32_FS_EthernetWebServer**](examples/ESP32_FS_EthernetWebServer)
5555
* [16. **serveStatic**](examples/serveStatic)
5656
* [17. **serveStaticLoadFile**](examples/serveStaticLoadFile)
57+
* [18. **multiFileProject**](examples/multiFileProject) **New**
5758
* [HTTPClient Examples](#httpclient-examples)
5859
* [ 1. Authorization](examples/HTTPClient/Authorization)
5960
* [ 2. BasicHttpClient](examples/HTTPClient/BasicHttpClient)
@@ -99,7 +100,7 @@
99100
---
100101
---
101102

102-
### Important Change from v1.2.0
103+
### Important Change from v1.5.0
103104

104105
Please have a look at [HOWTO Fix `Multiple Definitions` Linker Error](#howto-fix-multiple-definitions-linker-error)
105106

@@ -162,7 +163,7 @@ This [**WebServer_WT32_ETH01** library](https://github.com/khoih-prog/WebServer_
162163
## Prerequisites
163164

164165
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)
165-
2. [`ESP32 Core 2.0.2+`](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/)
166+
2. [`ESP32 Core 2.0.3+`](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/)
166167
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/)
167168

168169
---
@@ -186,7 +187,7 @@ You can also use this link [![arduino-library-badge](https://www.ardu-badge.com/
186187

187188
1. Install [VS Code](https://code.visualstudio.com/)
188189
2. Install [PlatformIO](https://platformio.org/platformio-ide)
189-
3. Install [**WebServer_WT32_ETH01** library](https://platformio.org/lib/show/12512/WebServer_WT32_ETH01) by using [Library Manager](https://platformio.org/lib/show/12512/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)
190+
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)
190191
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)
191192

192193
---

0 commit comments

Comments
 (0)