We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeec701 commit bf59657Copy full SHA for bf59657
examples/FONAtest/FONAtest.ino
@@ -722,7 +722,7 @@ void loop() {
722
723
flushSerial();
724
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):"));
+ Serial.println(F("URL to read (e.g. wifitest.adafruit.com/testwifi/index.html):"));
726
Serial.print(F("http://")); readline(url, 79);
727
Serial.println(url);
728
0 commit comments