Skip to content

Commit e280e6b

Browse files
authored
Moving asciilogo to a different domain
1 parent 0641791 commit e280e6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2072,7 +2072,7 @@ char pass[] = "secretPassword"; // your network password (use for WPA, or use
20722072
int keyIndex = 0; // your network key Index number (needed only for WEP)
20732073
20742074
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)
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");

0 commit comments

Comments
 (0)