mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-15 00:02:49 +03:00
Bridge.ino example: comment fixed
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user