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

Commit 06c5a97

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 8166cc6 commit 06c5a97

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
* [Use Arduino Library Manager](#use-arduino-library-manager)
2222
* [Manual Install](#manual-install)
2323
* [VS Code & PlatformIO](#vs-code--platformio)
24-
* [Packages' Patches](#packages-patches)
25-
* [1. For Portenta_H7 boards using Arduino IDE in Linux](#1-for-portenta_h7-boards-using-arduino-ide-in-linux)
26-
* [2. To fix compile error relating to dns_gethostbyname and LwIP stack](#2-to-fix-compile-error-relating-to-dns_gethostbyname-and-lwip-stack)
2724
* [HOWTO Fix `Multiple Definitions` Linker Error](#howto-fix-multiple-definitions-linker-error)
2825
* [Examples](#examples)
2926
* [1. AsyncHTTPRequest](examples/AsyncHTTPRequest)
@@ -357,8 +354,11 @@ char pass[] = "12345678"; // your network password (use for WPA, or use
357354
Start AsyncHTTPRequest on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
358355
AsyncTCP_RP2040W v1.0.0
359356
AsyncHTTPRequest_RP2040W v1.0.0
360-
Using mac index = 15
361-
Connected! IP address: 192.168.2.101
357+
Connecting to SSID: HueNet1
358+
SSID: HueNet1
359+
Local IP Address: 192.168.2.94
360+
signal strength (RSSI):-25 dBm
361+
362362
Request sent
363363
**************************************
364364
abbreviation: EST

0 commit comments

Comments
 (0)