This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
v3.5.0 to use Ethernet_Generic library, to add support to SPI2 for ESP32, to add support to SPI1 for RP2040 using arduino-pico core, to add examples and rewrite all the examples to support new features, etc.
LatestReleases v3.5.0
- Use new Ethernet_Generic library as default for W5x00.
- Rewrite to avoid
multiple-definitions
linker error for multiple-file project - Add examples multiFileProject_Ethernet and multiFileProject_WiFiNINA to demo how to avoid
multiple-definitions
linker error for multiple-file project - Add support to SPI1 for RP2040 using arduino-pico core
- Add support SPI2 for ESP32
- Rewrite all the examples to support new features
- Update
Packages' Patches