Skip to content

Fix the incorrect comments in the examples of the WIFI S3 library. #136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
by Tom Igoe
adapted to WiFi AP by Adafruit

Find the full UNO R4 WiFi RTC documentation here:
Find the full UNO R4 WiFi Network documentation here:
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#access-point
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
modified 31 May 2012
by Tom Igoe

Find the full UNO R4 WiFi RTC documentation here:
Find the full UNO R4 WiFi Network documentation here:
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#connect-with-wpa
*/
#include <WiFiS3.h>
Expand Down
2 changes: 1 addition & 1 deletion libraries/WiFiS3/examples/ScanNetworks/ScanNetworks.ino
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
modified 21 Junn 2012
by Tom Igoe and Jaymes Dec

Find the full UNO R4 WiFi RTC documentation here:
Find the full UNO R4 WiFi Network documentation here:
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#scan-networks
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
created 1 Mar 2017
by Arturo Guadalupi

Find the full UNO R4 WiFi RTC documentation here:
Find the full UNO R4 WiFi Network documentation here:
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#scan-networks-advanced
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
created 25 Nov 2012
by Tom Igoe

Find the full UNO R4 WiFi RTC documentation here:
Find the full UNO R4 WiFi Network documentation here:
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#simple-webserver
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
modified 31 May 2012
by Tom Igoe

Find the full UNO R4 WiFi RTC documentation here:
Find the full UNO R4 WiFi Network documentation here:
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#wi-fi-chat-server
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

This code is in the public domain.

Find the full UNO R4 WiFi RTC documentation here:
Find the full UNO R4 WiFi Network documentation here:
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#wi-fi-udp-ntp-client
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
created 30 December 2012
by dlf (Metodo2 srl)

Find the full UNO R4 WiFi RTC documentation here:
Find the full UNO R4 WiFi Network documentation here:
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#wi-fi-udp-send-receive-string
*/

Expand Down
2 changes: 1 addition & 1 deletion libraries/WiFiS3/examples/WiFiWebClient/WiFiWebClient.ino
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
modified 31 May 2012
by Tom Igoe

Find the full UNO R4 WiFi RTC documentation here:
Find the full UNO R4 WiFi Network documentation here:
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#wi-fi-web-client
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

This code is in the public domain.

Find the full UNO R4 WiFi RTC documentation here:
Find the full UNO R4 WiFi Network documentation here:
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#wi-fi-web-client-repeating
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Remeber to update the CA certificates using CertificateUploader sketch
before using this sketch.

Find the full UNO R4 WiFi RTC documentation here:
Find the full UNO R4 WiFi Network documentation here:
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#wi-fi-web-client-ssl
*/

Expand Down
2 changes: 1 addition & 1 deletion libraries/WiFiS3/examples/WiFiWebServer/WiFiWebServer.ino
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
by Tom Igoe


Find the full UNO R4 WiFi RTC documentation here:
Find the full UNO R4 WiFi Network documentation here:
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#wi-fi-web-server
*/

Expand Down