Skip to content

Commit b82e642

Browse files
authored
Merge pull request #136 from eMUQI/main
Fix the incorrect comments in the examples of the WIFI S3 library.
2 parents 143784d + 7cb596f commit b82e642

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

Diff for: libraries/WiFiS3/examples/AP_SimpleWebServer/AP_SimpleWebServer.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
by Tom Igoe
1616
adapted to WiFi AP by Adafruit
1717
18-
Find the full UNO R4 WiFi RTC documentation here:
18+
Find the full UNO R4 WiFi Network documentation here:
1919
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#access-point
2020
*/
2121

Diff for: libraries/WiFiS3/examples/ConnectWithWPA/ConnectWithWPA.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
modified 31 May 2012
99
by Tom Igoe
1010
11-
Find the full UNO R4 WiFi RTC documentation here:
11+
Find the full UNO R4 WiFi Network documentation here:
1212
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#connect-with-wpa
1313
*/
1414
#include <WiFiS3.h>

Diff for: libraries/WiFiS3/examples/ScanNetworks/ScanNetworks.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
modified 21 Junn 2012
1313
by Tom Igoe and Jaymes Dec
1414
15-
Find the full UNO R4 WiFi RTC documentation here:
15+
Find the full UNO R4 WiFi Network documentation here:
1616
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#scan-networks
1717
*/
1818

Diff for: libraries/WiFiS3/examples/ScanNetworksAdvanced/ScanNetworksAdvanced.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
created 1 Mar 2017
1414
by Arturo Guadalupi
1515
16-
Find the full UNO R4 WiFi RTC documentation here:
16+
Find the full UNO R4 WiFi Network documentation here:
1717
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#scan-networks-advanced
1818
*/
1919

Diff for: libraries/WiFiS3/examples/SimpleWebServerWiFi/SimpleWebServerWiFi.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
created 25 Nov 2012
2121
by Tom Igoe
2222
23-
Find the full UNO R4 WiFi RTC documentation here:
23+
Find the full UNO R4 WiFi Network documentation here:
2424
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#simple-webserver
2525
*/
2626

Diff for: libraries/WiFiS3/examples/WiFiChatServer/WiFiChatServer.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
modified 31 May 2012
1818
by Tom Igoe
1919
20-
Find the full UNO R4 WiFi RTC documentation here:
20+
Find the full UNO R4 WiFi Network documentation here:
2121
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#wi-fi-chat-server
2222
*/
2323

Diff for: libraries/WiFiS3/examples/WiFiUdpNtpClient/WiFiUdpNtpClient.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
This code is in the public domain.
1717
18-
Find the full UNO R4 WiFi RTC documentation here:
18+
Find the full UNO R4 WiFi Network documentation here:
1919
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#wi-fi-udp-ntp-client
2020
*/
2121

Diff for: libraries/WiFiS3/examples/WiFiUdpSendReceiveString/WiFiUdpSendReceiveString.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
created 30 December 2012
88
by dlf (Metodo2 srl)
99
10-
Find the full UNO R4 WiFi RTC documentation here:
10+
Find the full UNO R4 WiFi Network documentation here:
1111
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#wi-fi-udp-send-receive-string
1212
*/
1313

Diff for: libraries/WiFiS3/examples/WiFiWebClient/WiFiWebClient.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
modified 31 May 2012
1717
by Tom Igoe
1818
19-
Find the full UNO R4 WiFi RTC documentation here:
19+
Find the full UNO R4 WiFi Network documentation here:
2020
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#wi-fi-web-client
2121
*/
2222

Diff for: libraries/WiFiS3/examples/WiFiWebClientRepeating/WiFiWebClientRepeating.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
This code is in the public domain.
1414
15-
Find the full UNO R4 WiFi RTC documentation here:
15+
Find the full UNO R4 WiFi Network documentation here:
1616
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#wi-fi-web-client-repeating
1717
*/
1818

Diff for: libraries/WiFiS3/examples/WiFiWebClientSSL/WiFiWebClientSSL.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Remeber to update the CA certificates using CertificateUploader sketch
55
before using this sketch.
66
7-
Find the full UNO R4 WiFi RTC documentation here:
7+
Find the full UNO R4 WiFi Network documentation here:
88
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#wi-fi-web-client-ssl
99
*/
1010

Diff for: libraries/WiFiS3/examples/WiFiWebServer/WiFiWebServer.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
by Tom Igoe
1616
1717
18-
Find the full UNO R4 WiFi RTC documentation here:
18+
Find the full UNO R4 WiFi Network documentation here:
1919
https://docs.arduino.cc/tutorials/uno-r4-wifi/wifi-examples#wi-fi-web-server
2020
*/
2121

0 commit comments

Comments
 (0)