Skip to content

Commit

Permalink
Merge pull request #11766 from arduino/stevisco-asciilogo
Browse files Browse the repository at this point in the history
Moving asciilogo.txt to a different domain
  • Loading branch information
per1234 authored Apr 25, 2022
2 parents 18f5544 + 893fc86 commit 43b0818
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 43b0818

Please sign in to comment.