Skip to content

Commit

Permalink
Moving asciilogo.txt to a different domain
Browse files Browse the repository at this point in the history
we are moving asciilogo.txt to arduino.tips domain so examples need to be updated
  • Loading branch information
stevisco authored Feb 23, 2022
1 parent 18f5544 commit 893fc86
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 893fc86

Please sign in to comment.