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

Commit

Permalink
v1.9.3 :Better workaround for WiFi.status() bug
Browse files Browse the repository at this point in the history
### Releases v1.9.3

1. Better workaround for RP2040W `WiFi.status()` bug using `ping()` to local gateway
2. Update WiFiMulti-related examples
  • Loading branch information
khoih-prog authored Aug 17, 2022
1 parent f61be37 commit 1c28df1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
* [16. AdvancedWebServer_WiFiMulti on Nano RP2040 Connect with WiFiNINA](#16-AdvancedWebServer_WiFiMulti-on-Nano-RP2040-Connect-with-WiFiNINA)
* [17. MQTTClient_Auth_WiFiMulti on Nano RP2040 Connect with WiFiNINA](#17-MQTTClient_Auth_WiFiMulti-on-Nano-RP2040-Connect-with-WiFiNINA)
* [18. WiFiUdpNTPClient_WiFiMulti on Nano RP2040 Connect with WiFiNINA](#18-WiFiUdpNTPClient_WiFiMulti-on-Nano-RP2040-Connect-with-WiFiNINA)
* [19. AdvancedWebServer_WiFiMulti on RASPBERRY_PI_PICO_W](#19-AdvancedWebServer_WiFiMulti-on-RASPBERRY_PI_PICO_W)
* [Debug](#debug)
* [Troubleshooting](#troubleshooting)
* [Issues](#issues)
Expand Down Expand Up @@ -1740,6 +1741,30 @@ The UTC time is 18:58:52
HH
```

---

#### 19. AdvancedWebServer_WiFiMulti on RASPBERRY_PI_PICO_W

The following are debug terminal output and screen shot when running example [**AdvancedWebServer_WiFiMulti**](examples/WiFiMulti/AdvancedWebServer_WiFiMulti) on **RASPBERRY_PI_PICO_W with CYW43439 WiFi**

<p align="center">
<img src="https://github.com/khoih-prog/WiFiWebServer/blob/master/pics/AdvancedWebServer_WiFiMulti_RP2040W.png">
</p>


```
Starting AdvancedWebServer_WiFiMulti on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
WiFiMulti_Generic v1.2.2
WiFiWebServer v1.9.3
Connecting WiFi...
WiFi connected, IP address: 192.168.2.180
You're connected to the network, IP = 192.168.2.180
SSID: HueNet1, Signal strength (RSSI):0 dBm
HTTP server started @ 192.168.2.180
HH
```

---
---

Expand Down

0 comments on commit 1c28df1

Please sign in to comment.