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

Commit ea5c072

Browse files
authored
v1.0.0 for ESP32_S3 + LwIP W5500
#### Releases v1.0.0 1. Initial coding to support ESP32_S3-based boards using `LwIP W5500 Ethernet`. 2. Use `allman astyle`
1 parent 96e7bab commit ea5c072

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -161,28 +161,6 @@ To fix [`ESP32 compile error`](https://github.com/espressif/arduino-esp32), just
161161
---
162162

163163

164-
### HOWTO Fix `Multiple Definitions` Linker Error
165-
166-
The current library implementation, using `xyz-Impl.h` instead of standard `xyz.cpp`, possibly creates certain `Multiple Definitions` Linker error in certain use cases.
167-
168-
You can include this `.hpp` file
169-
170-
```cpp
171-
// Can be included as many times as necessary, without `Multiple Definitions` Linker Error
172-
#include "WebServer_ESP32_SC_W5500.hpp" //https://github.com/khoih-prog/WebServer_ESP32_SC_W5500
173-
```
174-
175-
in many files. But be sure to use the following `.h` file **in just 1 `.h`, `.cpp` or `.ino` file**, which must **not be included in any other file**, to avoid `Multiple Definitions` Linker Error
176-
177-
```cpp
178-
// To be included only in main(), .ino with setup() to avoid `Multiple Definitions` Linker Error
179-
#include "WebServer_ESP32_SC_W5500.h" //https://github.com/khoih-prog/WebServer_ESP32_SC_W5500
180-
```
181-
182-
183-
---
184-
---
185-
186164
### HOWTO Use analogRead() with ESP32 running WiFi and/or BlueTooth (BT/BLE)
187165

188166
Please have a look at [**ESP_WiFiManager Issue 39: Not able to read analog port when using the autoconnect example**](https://github.com/khoih-prog/ESP_WiFiManager/issues/39) to have more detailed description and solution of the issue.

0 commit comments

Comments
 (0)