mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-28 09:24:14 +01:00
Merge pull request #11766 from arduino/stevisco-asciilogo
Moving asciilogo.txt to a different domain
This commit is contained in:
commit
43b0818f7f
@ -37,7 +37,7 @@ void loop() {
|
||||
HttpClient client;
|
||||
|
||||
// Make a HTTP request:
|
||||
client.get("http://www.arduino.cc/asciilogo.txt");
|
||||
client.get("http://arduino.tips/asciilogo.txt");
|
||||
|
||||
// if there are incoming bytes available
|
||||
// from the server, read them and print them:
|
||||
|
Loading…
Reference in New Issue
Block a user