This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Show current webserver port in debug log
fastled
Xose Pérez
7 years ago
parent
160e0f9bda
commit
8848899dea
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
(
)
)
;
}
Write
Preview
Loading…
Cancel
Save