mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-14 11:29:26 +01:00
Bridge.ino example: comment fixed
This commit is contained in:
parent
947951dcba
commit
0b6e274b5d
@ -26,8 +26,8 @@
|
|||||||
#include <YunServer.h>
|
#include <YunServer.h>
|
||||||
#include <YunClient.h>
|
#include <YunClient.h>
|
||||||
|
|
||||||
// Listen on default port 5555, the webserver on the Yún
|
// Listen to the default port 5555, the Yún webserver
|
||||||
// will forward there all the HTTP requests for us.
|
// will forward there all the HTTP requests you send
|
||||||
YunServer server;
|
YunServer server;
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user