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

Commit

Permalink
v1.1.1 to add support to RP2040W
Browse files Browse the repository at this point in the history
### Releases v1.1.1

1. Add support to `RP2040W` using `CYW43439 WiFi` with `arduino-pico` core
  • Loading branch information
khoih-prog authored Sep 25, 2022
1 parent b169697 commit 24ed0a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

---
Expand Down
12 changes: 6 additions & 6 deletions platformio/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 24ed0a3

Please sign in to comment.