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

Commit bbce55c

Browse files
authoredNov 11, 2022
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 de0ce06 commit bbce55c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -670,12 +670,12 @@ This is the screen to demonstrate the SSL certificates have been loaded successf
670670
671671
### 1. File [WiFiWebServer.ino](examples/WiFiWebServer/WiFiWebServer.ino)
672672
673-
https://github.com/khoih-prog/WiFiNINA_Generic/blob/55557171895b942625d73fb35480f1e528437514/examples/WiFiWebServer/WiFiWebServer.ino#L41-L186
673+
https://github.com/khoih-prog/WiFiNINA_Generic/blob/de0ce061e0269c96c10e2285416b87dd2531a50c/examples/WiFiWebServer/WiFiWebServer.ino#L41-L197
674674
675675
676676
### 2. File [defines.h](examples/WiFiWebServer/defines.h)
677677
678-
https://github.com/khoih-prog/WiFiNINA_Generic/blob/55557171895b942625d73fb35480f1e528437514/examples/WiFiWebServer/defines.h#L29-L400
678+
https://github.com/khoih-prog/WiFiNINA_Generic/blob/de0ce061e0269c96c10e2285416b87dd2531a50c/examples/WiFiWebServer/defines.h#L29-L400
679679
680680
681681
---

0 commit comments

Comments
 (0)
This repository has been archived.