mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-28 09:24:14 +01:00
Moving asciilogo.txt to a different domain
we are moving asciilogo.txt to arduino.tips domain so examples need to be updated
This commit is contained in:
parent
18f55445ab
commit
893fc86a3f
@ -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