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

Commit 340998a

Browse files
authored
v1.0.0 for RP2040W with CYW43439 WiFi
### Initial Releases v1.0.0 1. Initial coding to support **RASPBERRY_PI_PICO_W with CYW43439 WiFi**, using [**arduino-pico core v2.4.0+**](https://github.com/earlephilhower/arduino-pico)
1 parent 8614c1d commit 340998a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ to apply the better and faster **asynchronous** feature of the **powerful** [ESP
138138

139139
1. [`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [![GitHub release](https://img.shields.io/github/release/arduino/Arduino.svg)](https://github.com/arduino/Arduino/releases/latest)
140140
2. [`Earle Philhower's arduino-pico core v2.4.0+`](https://github.com/earlephilhower/arduino-pico) for **RASPBERRY_PI_PICO_W with CYW43439 WiFi**, etc. [![GitHub release](https://img.shields.io/github/release/earlephilhower/arduino-pico.svg)](https://github.com/earlephilhower/arduino-pico/releases/latest)
141-
3. [`AsyncTCP_RP2040W library v1.0.0+`](https://github.com/khoih-prog/AsyncTCP_RP2040W) for RASPBERRY_PI_PICO_W with CYW43439 WiFi. [To install. check [![arduino-library-badge](https://www.ardu-badge.com/badge/AsyncTCP_RP2040W.svg?)](https://www.ardu-badge.com/AsyncTCP_RP2040W)
141+
3. [`AsyncTCP_RP2040W library v1.0.0+`](https://github.com/khoih-prog/AsyncTCP_RP2040W) for RASPBERRY_PI_PICO_W with CYW43439 WiFi. To install. check [![arduino-library-badge](https://www.ardu-badge.com/badge/AsyncTCP_RP2040W.svg?)](https://www.ardu-badge.com/AsyncTCP_RP2040W)
142142

143143
---
144144

@@ -1680,9 +1680,9 @@ You can also change the debugging level `_RP2040W_AWS_LOGLEVEL_` from 0 to 4 in
16801680

16811681
### Troubleshooting
16821682

1683-
If you get compilation errors, more often than not, you may need to install a newer version of Arduino IDE, the Arduino `mbed_portenta` core or depending libraries.
1683+
If you get compilation errors, more often than not, you may need to install a newer version of Arduino IDE, the Arduino `arduino-pico` core or depending libraries.
16841684

1685-
Sometimes, the library will only work if you update the `mbed_portenta` core to the latest version because I'm always using the latest cores /libraries.
1685+
Sometimes, the library will only work if you update the `arduino-pico` core to the latest version because I'm always using the latest cores /libraries.
16861686

16871687

16881688
---

0 commit comments

Comments
 (0)