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

Commit 3e4918f

Browse files
authored
v1.8.0 to use Ethernet_Generic library
### Releases v1.8.0 1. Use new [Ethernet_Generic library](https://github.com/khoih-prog/Ethernet_Generic) as default for W5x00. 2. Rewrite to avoid `multiple-definitions` linker error for multiple-file project 3. Add example [multiFileProject](examples/multiFileProject) to demo how to avoid `multiple-definitions` linker error for multiple-file project 4. Update `Packages' Patches`
1 parent 3e1b072 commit 3e4918f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -681,14 +681,6 @@ Look in file [**adc_common.c**](https://github.com/espressif/esp-idf/blob/master
681681

682682
#### 1. How to select which built-in Ethernet or shield to use
683683

684-
The easiest way is to use
685-
686-
```cpp
687-
#define USE_ETHERNET_WRAPPER true
688-
```
689-
690-
then select **one and only one** Ethernet library to use as follows:
691-
692684
- Standard W5x00 Ethernet_Generic library is used by default, in the sketch, just be sure to comment out or leave these #defines to be false :
693685

694686
```cpp

0 commit comments

Comments
 (0)