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

Commit 24ed0a3

Browse files
authored
v1.1.1 to add support to RP2040W
### Releases v1.1.1 1. Add support to `RP2040W` using `CYW43439 WiFi` with `arduino-pico` core
1 parent b169697 commit 24ed0a3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ The catch is **your function is now part of an ISR (Interrupt Service Routine),
144144
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)
145145

146146
6. Depending on which Ethernet card/module/shield you're using:
147-
- [`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)
147+
- [`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)
148148
- [`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**
149149

150150
---

platformio/platformio.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ lib_ldf_mode = chain+
4545

4646
lib_deps =
4747
; PlatformIO 4.x
48-
WiFiNINA_Generic@>=1.8.14-6
49-
Timezone_Generic@>=1.10.0
50-
Ethernet_Generic@>=2.6.1
48+
; WiFiNINA_Generic@>=1.8.14-6
49+
; Timezone_Generic@>=1.10.0
50+
; Ethernet_Generic@>=2.6.1
5151

5252
; PlatformIO 5.x
53-
; khoih-prog/WiFiNINA_Generic@>=1.8.14-6
54-
; khoih-prog/Timezone_Generic@>=1.10.0
55-
; khoih-prog/Ethernet_Generic@>=2.6.1
53+
khoih-prog/WiFiNINA_Generic@>=1.8.14-6
54+
khoih-prog/Timezone_Generic@>=1.10.0
55+
khoih-prog/Ethernet_Generic@>=2.6.1
5656

5757

5858
build_flags =

0 commit comments

Comments
 (0)