From 24ed0a3425457187d7108273de5264157e93d77a Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 25 Sep 2022 15:05:25 -0400 Subject: [PATCH] v1.1.1 to add support to `RP2040W` ### Releases v1.1.1 1. Add support to `RP2040W` using `CYW43439 WiFi` with `arduino-pico` core --- README.md | 2 +- platformio/platformio.ini | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 83279a9..4e551d7 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ The catch is **your function is now part of an ISR (Interrupt Service Routine), 5. [`WiFiNINA_Generic library v1.8.14-6+`](https://github.com/khoih-prog/WiFiNINA_Generic) to use WiFiNINA modules/shields. [![GitHub release](https://img.shields.io/github/release/khoih-prog/WiFiNINA_Generic.svg)](https://github.com/khoih-prog/WiFiNINA_Generic/releases/latest) 6. Depending on which Ethernet card/module/shield you're using: - - [`Ethernet_Generic library v2.1.0+`](https://github.com/khoih-prog/Ethernet_Generic) for W5100, W5200 and W5500/WIZ550io/WIZ850io/USR-ES1 with Wiznet W5500 chip. [![GitHub release](https://img.shields.io/github/release/khoih-prog/Ethernet_Generic.svg)](https://github.com/khoih-prog/Ethernet_Generic/releases/latest) + - [`Ethernet_Generic library v2.6.1+`](https://github.com/khoih-prog/Ethernet_Generic) for W5100, W5200 and W5500/WIZ550io/WIZ850io/USR-ES1 with Wiznet W5500 chip. [![GitHub release](https://img.shields.io/github/release/khoih-prog/Ethernet_Generic.svg)](https://github.com/khoih-prog/Ethernet_Generic/releases/latest) - [`EthernetENC library v2.0.3+`](https://github.com/jandrassy/EthernetENC) for ENC28J60. [![GitHub release](https://img.shields.io/github/release/jandrassy/EthernetENC.svg)](https://github.com/jandrassy/EthernetENC/releases/latest). **New and Better** --- diff --git a/platformio/platformio.ini b/platformio/platformio.ini index cdf9710..af6fdc8 100644 --- a/platformio/platformio.ini +++ b/platformio/platformio.ini @@ -45,14 +45,14 @@ lib_ldf_mode = chain+ lib_deps = ; PlatformIO 4.x - WiFiNINA_Generic@>=1.8.14-6 - Timezone_Generic@>=1.10.0 - Ethernet_Generic@>=2.6.1 +; WiFiNINA_Generic@>=1.8.14-6 +; Timezone_Generic@>=1.10.0 +; Ethernet_Generic@>=2.6.1 ; PlatformIO 5.x -; khoih-prog/WiFiNINA_Generic@>=1.8.14-6 -; khoih-prog/Timezone_Generic@>=1.10.0 -; khoih-prog/Ethernet_Generic@>=2.6.1 + khoih-prog/WiFiNINA_Generic@>=1.8.14-6 + khoih-prog/Timezone_Generic@>=1.10.0 + khoih-prog/Ethernet_Generic@>=2.6.1 build_flags =