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 @@ -2147,7 +2147,7 @@ char pass[] = "secretPassword"; // your network password (use for WPA, or use
2147
2147
int keyIndex = 0; // your network key Index number (needed only for WEP)
2148
2148
2149
2149
int 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)
2151
2151
2152
2152
// Initialize the Wifi client library
2153
2153
// with the IP address and port of the server
@@ -2179,7 +2179,7 @@ void setup() {
2179
2179
Serial.println("Connected to server");
2180
2180
// Make a HTTP request:
2181
2181
client.println("GET /asciilogo.txt HTTP/1.1");
2182
- client.println("Host: www. arduino.cc ");
2182
+ client.println("Host: arduino.tips ");
2183
2183
client.println("Connection: close");
2184
2184
client.println();
2185
2185
Serial.println("Request sent");
You can’t perform that action at this time.
0 commit comments