From bbce55c3d94f76cbb063fe277ee9ac050db6438e Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Fri, 11 Nov 2022 15:37:41 -0500 Subject: [PATCH] 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](https://github.com/khoih-prog/WiFiNINA_Generic/discussions/24) 2. Use `allman astyle` and add `utils` 3. Update `Packages' Patches` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96ca81e6..f96571ac 100644 --- a/README.md +++ b/README.md @@ -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 ---