Browse Source

Show current webserver port in debug log

fastled
Xose Pérez 7 years ago
parent
commit
8848899dea
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      code/espurna/web.ino

+ 1
- 0
code/espurna/web.ino View File

@ -756,5 +756,6 @@ void webSetup() {
// Run server
_server->begin();
DEBUG_MSG("[WEBSERVER] Webserver running on port %d\n", getSetting("webPort", WEBSERVER_PORT).toInt());
}

Loading…
Cancel
Save