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

Commit fed73ea

Browse files
authored
v1.0.1 to add support to Ethernet2 and Ethernet3 library
### New in v1.0.1 1. Add support to **W5x00 using Ethernet2 or Ethernet3 library** 2. Update Platform.ini to support PlatformIO 5.x owner-based dependency declaration. 3. Update Packages' Patches. 4. Update Libraries' Patches for Ethernet2 library to add Multicast feature necessary for this [**MDNS_Generic library**](https://github.com/khoih-prog/MDNS_Generic) 5. Enhance examples.
1 parent ba1ed03 commit fed73ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ IPAddress ip(192, 168, 2, 222);
876876

877877
### Debug Termimal Output Samples
878878

879-
1. This is terminal debug output when running [ResolvingHostNames](examples/Ethernet/ResolvingHostNames) on nRF52 **Adafruit NRF52840_FEATHER EXPRESS with W5500 Ethernet module using EthernetLarge library.**
879+
1. This is terminal debug output when running [ResolvingHostNames](examples/Ethernet/ResolvingHostNames) on nRF52 **Adafruit NRF52840_FEATHER EXPRESS with W5500 Ethernet module using Ethernet2 library.**
880880

881881
```
882882
Starting ResolvingHostNames on NRF52840_FEATHER with W5x00 using Ethernet2 Library

0 commit comments

Comments
 (0)