We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18f5544 + 893fc86 commit 43b0818Copy full SHA for 43b0818
app/testdata/libraries/Bridge_1.6.3/Bridge/examples/HttpClient/HttpClient.ino
@@ -37,7 +37,7 @@ void loop() {
37
HttpClient client;
38
39
// Make a HTTP request:
40
- client.get("http://www.arduino.cc/asciilogo.txt");
+ client.get("http://arduino.tips/asciilogo.txt");
41
42
// if there are incoming bytes available
43
// from the server, read them and print them:
0 commit comments