Skip to content

Commit bf59657

Browse files
authored
Update FONAtest.ino
1 parent eeec701 commit bf59657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/FONAtest/FONAtest.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ void loop() {
722722

723723
flushSerial();
724724
Serial.println(F("NOTE: in beta! Use small webpages to read!"));
725-
Serial.println(F("URL to read (e.g. www.adafruit.com/testwifi/index.html):"));
725+
Serial.println(F("URL to read (e.g. wifitest.adafruit.com/testwifi/index.html):"));
726726
Serial.print(F("http://")); readline(url, 79);
727727
Serial.println(url);
728728

0 commit comments

Comments
 (0)