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 @@ -2147,7 +2147,7 @@ char pass[] = "secretPassword"; // your network password (use for WPA, or use
21472147int keyIndex = 0; // your network key Index number (needed only for WEP)
21482148
21492149int status = WL_IDLE_STATUS;
2150- char server[] = "www. arduino.cc "; // name address for Arduino (using DNS)
2150+ char server[] = "arduino.tips "; // name address for Arduino (using DNS)
21512151
21522152// Initialize the Wifi client library
21532153// with the IP address and port of the server
@@ -2179,7 +2179,7 @@ void setup() {
21792179 Serial.println("Connected to server");
21802180 // Make a HTTP request:
21812181 client.println("GET /asciilogo.txt HTTP/1.1");
2182- client.println("Host: www. arduino.cc ");
2182+ client.println("Host: arduino.tips ");
21832183 client.println("Connection: close");
21842184 client.println();
21852185 Serial.println("Request sent");
You can’t perform that action at this time.
0 commit comments