Skip to content

Commit

Permalink
Merge pull request #136 from eMUQI/main
Browse files Browse the repository at this point in the history
Fix the incorrect comments in the examples of the WIFI S3 library.
  • Loading branch information
facchinm authored Sep 18, 2023
2 parents 143784d + 7cb596f commit b82e642
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
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

0 comments on commit b82e642

Please sign in to comment.