Browse Source

Update ESP8266_Demo.ino

Ayush Sharma 5 years ago
parent
commit
8f64e2b1a3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      examples/ESP8266_Demo/ESP8266_Demo.ino

+ 2 - 2
examples/ESP8266_Demo/ESP8266_Demo.ino

@@ -29,7 +29,7 @@ void setup() {
     }
     Serial.print("IP Address: ");
     Serial.println(WiFi.localIP());
-    
+    // WebSerial is accessible at "<IP Address>/webserial" in browser
     WebSerial.begin(&server);
     WebSerial.msgCallback(recvMsg);
     server.begin();
@@ -37,4 +37,4 @@ void setup() {
 
 void loop() {
 
-}
+}