1
0
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:
per1234 2022-04-24 23:43:28 -07:00 committed by GitHub
commit 43b0818f7f
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: