|
48 | 48 | * [2. How to use EthernetLarge feature](#2-How-to-use-EthernetLarge-feature) |
49 | 49 | * [3. How to select another CS/SS pin to use](#3-how-to-select-another-csss-pin-to-use) |
50 | 50 | * [4. How to use W5x00 with ESP8266](#4-how-to-use-w5x00-with-esp8266) |
51 | | - * [5. Important Note for AVRDx using Arduino IDE](#5-Important-Note-for-AVRDx-using-Arduino-IDE) **New** |
52 | 51 | * [Ethernet_Generic Library API](#Ethernet_Generic-Library-API) |
53 | 52 | * [Configuration Notes](#configuration-notes) |
54 | 53 | * [1. How to select which SPI to use](#1-How-to-select-which-SPI-to-use) |
|
57 | 56 | * [2. How to use EthernetLarge feature](#2-How-to-use-EthernetLarge-feature) |
58 | 57 | * [3. How to select another CS/SS pin to use](#3-How-to-select-another-CSSS-pin-to-use) |
59 | 58 | * [4. How to use W5x00 with ESP8266](#4-How-to-use-W5x00-with-ESP8266) |
| 59 | + * [5. Important Note for AVRDx using Arduino IDE](#5-Important-Note-for-AVRDx-using-Arduino-IDE) **New** |
60 | 60 | * [Examples](#examples) |
61 | 61 | * [ 1. multiFileProject](examples/multiFileProject) |
62 | 62 | * [ 2. TelnetClient](examples/TelnetClient) |
@@ -2570,7 +2570,7 @@ Submit issues to: [Ethernet_Generic issues](https://github.com/khoih-prog/Ethern |
2570 | 2570 | 25. Default to `W5100` to be safe. To change if using `W5200, W5500, W5100s` or testing faster SPI clock speeds |
2571 | 2571 | 26. Slow SPI clock only when necessary (such as for W5100, SAMD21 Zero, etc.) |
2572 | 2572 | 27. Use correct Debug Terminal `Serial` for so-called **SAMD21 Zero** boards from Arduino as well as Adafruit |
2573 | | -28. Add support to AVR Dx (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using [DxCore](https://github.com/SpenceKonde/DxCore) |
| 2573 | +28. Add support to AVR_Dx (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using [**DxCore**](https://github.com/SpenceKonde/DxCore) |
2574 | 2574 |
|
2575 | 2575 |
|
2576 | 2576 | --- |
|
0 commit comments