8000 Moving asciilogo.txt to a different domain by stevisco · Pull Request #11766 · arduino/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Moving asciilogo.txt to a different domain #11766

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Moving asciilogo.txt to a different domain
we are moving asciilogo.txt to arduino.tips domain so examples need to be updated
  • Loading branch information
stevisco authored Feb 23, 2022
commit 893fc86a3f7eae9db60d95ffcd779167007f0225
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