Skip to content

Commit 2644933

Browse files
authored
Merge pull request #212 from arduino-libraries/stevisco-asciilogo
Moving asciilogo to a different domain
2 parents b99b845 + e280e6b commit 2644933

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
@@ -2147,7 +2147,7 @@ char pass[] = "secretPassword"; // your network password (use for WPA, or use
21472147
int keyIndex = 0; // your network key Index number (needed only for WEP)
21482148
21492149
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)
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");

0 commit comments

Comments
 (0)