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

v1.10.3 to use Ethernet_Generic library, to add support to SPI2 for ESP32 and SPI1 for RP2040, to use new `waitForLink()` function of QNEthernet, to add examples and rewrite all the examples to support new features, etc.

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 12 Apr 00:27
· 49 commits to master since this release
0277ef3

Release v1.10.3

  1. Use new Ethernet_Generic library as default for W5x00.
  2. Add support to SPI2 for ESP32
  3. Add support to SPI1 for RP2040 using arduino-pico core
  4. Rewrite all the examples to support new features
  5. Use new waitForLink() function of Teensy 4.1 QNEthernet
  6. Update Packages' Patches