File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
content/hardware/02.hero/boards/yun-rev2/tutorials/http-client Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ void loop() {
56
56
57
57
HttpClient client;
58
58
59
- client.get("http://www. arduino.cc /asciilogo.txt");
59
+ client.get("http://arduino.tips /asciilogo.txt");
60
60
```
61
61
62
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
79
The complete sketch is below :
80
80
81
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**
You can’t perform that action at this time.
0 commit comments