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

Commit

Permalink
v1.8.14-7 to remove analogRead() from example
Browse files Browse the repository at this point in the history
### 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`
  • Loading branch information
khoih-prog authored Nov 11, 2022
1 parent de0ce06 commit bbce55c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -670,12 +670,12 @@ This is the screen to demonstrate the SSL certificates have been loaded successf
### 1. File [WiFiWebServer.ino](examples/WiFiWebServer/WiFiWebServer.ino)
https://github.com/khoih-prog/WiFiNINA_Generic/blob/55557171895b942625d73fb35480f1e528437514/examples/WiFiWebServer/WiFiWebServer.ino#L41-L186
https://github.com/khoih-prog/WiFiNINA_Generic/blob/de0ce061e0269c96c10e2285416b87dd2531a50c/examples/WiFiWebServer/WiFiWebServer.ino#L41-L197
### 2. File [defines.h](examples/WiFiWebServer/defines.h)
https://github.com/khoih-prog/WiFiNINA_Generic/blob/55557171895b942625d73fb35480f1e528437514/examples/WiFiWebServer/defines.h#L29-L400
https://github.com/khoih-prog/WiFiNINA_Generic/blob/de0ce061e0269c96c10e2285416b87dd2531a50c/examples/WiFiWebServer/defines.h#L29-L400
---
Expand Down

0 comments on commit bbce55c

Please sign in to comment.