File tree 1 file changed +2
-2
lines changed
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
2072
2072
int keyIndex = 0; // your network key Index number (needed only for WEP)
2073
2073
2074
2074
int 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)
2076
2076
2077
2077
// Initialize the Wifi client library
2078
2078
// with the IP address and port of the server
@@ -2104,7 +2104,7 @@ void setup() {
2104
2104
Serial.println("Connected to server");
2105
2105
// Make a HTTP request:
2106
2106
client.println("GET /asciilogo.txt HTTP/1.1");
2107
- client.println("Host: www. arduino.cc ");
2107
+ client.println("Host: arduino.tips ");
2108
2108
client.println("Connection: close");
2109
2109
client.println();
2110
2110
Serial.println("Request sent");
You can’t perform that action at this time.
0 commit comments