We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c28ce2 + 5bcf481 commit b286acaCopy full SHA for b286aca
content/hardware/02.hero/boards/yun-rev2/tutorials/http-client/content.md
@@ -56,7 +56,7 @@ void loop() {
56
57
HttpClient client;
58
59
- client.get("http://www.arduino.cc/asciilogo.txt");
+ client.get("http://arduino.tips/asciilogo.txt");
60
```
61
62
As long as there are bytes from the server in the client buffer, read the bytes and print them to the serial monitor. Repeat every 5 seconds.
@@ -79,5 +79,3 @@ while (client.available()) {
79
The complete sketch is below :
80
81
<iframe src='https://create.arduino.cc/example/library/bridge_1_7_0/bridge_1_7_0%5Cexamples%5CHttpClient/HttpClient/preview?embed' style='height:510px;width:100%;margin:10px 0' frameborder='0'></iframe>
82
-
83
-**Last revision 2016/05/25 by SM**
0 commit comments