We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947951d commit 0b6e274Copy full SHA for 0b6e274
libraries/Bridge/examples/Bridge/Bridge.ino
@@ -26,8 +26,8 @@
26
#include <YunServer.h>
27
#include <YunClient.h>
28
29
-// Listen on default port 5555, the webserver on the Yún
30
-// 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
31
YunServer server;
32
33
void setup() {
0 commit comments