Bridge.ino example: comment fixed

This commit is contained in:
Federico Fissore 2015-02-19 18:08:15 +01:00
parent 947951dcba
commit 0b6e274b5d
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@
#include <YunServer.h>
#include <YunClient.h>
// Listen on default port 5555, the webserver on the Yún
// will forward there all the HTTP requests for us.
// Listen to the default port 5555, the Yún webserver
// will forward there all the HTTP requests you send
YunServer server;
void setup() {