1
0
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:
Stefano Visconti 2022-02-23 17:02:56 +01:00 committed by GitHub
parent 18f55445ab
commit 893fc86a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: