add Gitter

fix examples/WebSocketServer_LEDcontrol/WebSocketServer_LEDcontrol.ino
This commit is contained in:
Markus Sattler
2015-11-27 00:44:52 +01:00
parent fb47a92f35
commit 082f5192c0
2 changed files with 6 additions and 4 deletions

View File

@ -60,10 +60,10 @@ void webSocketEvent(uint8_t num, WStype_t type, uint8_t * payload, size_t lenght
}
void setup() {
USE_SERIAL.begin(921600);
//USE_SERIAL.begin(115200);
//USE_SERIAL.begin(921600);
USE_SERIAL.begin(115200);
USE_SERIAL.setDebugOutput(true);
//USE_SERIAL.setDebugOutput(true);
USE_SERIAL.println();
USE_SERIAL.println();
@ -94,7 +94,7 @@ void setup() {
webSocket.onEvent(webSocketEvent);
if(MDNS.begin("esp8266")) {
Serial.println("MDNS responder started");
USE_SERIAL.println("MDNS responder started");
}
// handle index