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

Commit 7e21529

Browse files
authored
v1.8.14-7 to remove analogRead() from example
### Releases v1.8.14-7 1. Modify [WiFiWebServer](https://github.com/khoih-prog/WiFiNINA_Generic/tree/master/examples/WiFiWebServer) example to avoid `analogRead()` crash in `arduino-pico` core. Check [WiFi.localIP() hangs in Nano RP2040 Connect with Arduino-Pico core (EarlePhilhower) #24](#24) 2. Use `allman astyle` and add `utils` 3. Update `Packages' Patches`
1 parent 6f2a592 commit 7e21529

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/WiFiWebServer/WiFiWebServer.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ void setup()
108108

109109
void loop()
110110
{
111-
#if 1
112111
// listen for incoming clients
113112
WiFiClient client = server.available();
114113

@@ -177,7 +176,6 @@ void loop()
177176
client.stop();
178177
Serial.println(F("Client disconnected"));
179178
}
180-
#endif
181179
}
182180

183181
void printWiFiStatus()

0 commit comments

Comments
 (0)