From 56d4728df39aa204215ce345f8e90ed8838808d2 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Wed, 28 Dec 2022 00:18:34 -0500 Subject: [PATCH] v2.8.0 to add support to `W6100` ### Releases v2.8.0 1. Add preliminary support to `WIZNet W6100` using IPv4. IPv6 will be supported in the future. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e765d80..b25ac13 100644 --- a/README.md +++ b/README.md @@ -2759,6 +2759,8 @@ Many thanks for everyone for bug reporting, new feature suggesting, testing and 7. [victorsonntag](https://github.com/victorsonntag) to report issue [ESP32 - Wiznet W5200 problem #13](https://github.com/khoih-prog/Ethernet_Generic/discussions/13) leading to version v2.6.1 to fix the issue with `Wiznet W5200 / wiz820io` shield 8. [Andrew Young](https://github.com/vaelen) to report issue ['ETHERNET_SERVER_SEND_MAX_SIZE' was not declared in this scope #16](https://github.com/khoih-prog/Ethernet_Generic/issues/16) leading to version v2.7.1 to fix the issue when not using `ETHERNET_LARGE_BUFFERS` 9. [WIZnet-ArduinoEthernet](https://github.com/WIZnet-ArduinoEthernet) for the library [WIZnet-ArduinoEthernet](https://github.com/WIZnet-ArduinoEthernet/Ethernet), leading to version v2.8.0 to support `WIZNet W6100` + + Many thanks to so many authors as listed in [AUTHORS](AUTHORS)