1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-15 12:29:26 +01:00

Bridge.ino example: comment fixed

This commit is contained in:
Federico Fissore 2015-02-19 18:08:15 +01:00
parent 947951dcba
commit 0b6e274b5d

View File

@ -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() {