Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 18f5544 commit 893fc86Copy full SHA for 893fc86
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