File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2072,7 +2072,7 @@ char pass[] = "secretPassword"; // your network password (use for WPA, or use
20722072int keyIndex = 0; // your network key Index number (needed only for WEP)
20732073
20742074int status = WL_IDLE_STATUS;
2075- char server[] = "www. arduino.cc "; // name address for Arduino (using DNS)
2075+ char server[] = "arduino.tips "; // name address for Arduino (using DNS)
20762076
20772077// Initialize the Wifi client library
20782078// with the IP address and port of the server
@@ -2104,7 +2104,7 @@ void setup() {
21042104 Serial.println("Connected to server");
21052105 // Make a HTTP request:
21062106 client.println("GET /asciilogo.txt HTTP/1.1");
2107- client.println("Host: www. arduino.cc ");
2107+ client.println("Host: arduino.tips ");
21082108 client.println("Connection: close");
21092109 client.println();
21102110 Serial.println("Request sent");
You can’t perform that action at this time.
0 commit comments