Skip to content

Commit b8615bd

Browse files
Show local IP on serial debug.
1 parent 5c70751 commit b8615bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ESP8266-temp-server.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ void setup(void)
4949
}
5050
}
5151

52+
Serial.println( WiFi.localIP().toString() );
53+
5254
static const char * HTML_HEADER = "text/html";
5355

5456
server.on( "/", HTTP_GET, [] ( AsyncWebServerRequest * request )

0 commit comments

Comments
 (0)