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
Add DEBUG_WEB_SUPPORT to enabled modules list in info
rfm69
Xose Pérez
6 years ago
parent
0a1ad46100
commit
795ab21c10
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
code/espurna/utils.ino
+ 3
- 0
code/espurna/utils.ino
View File
@ -278,6 +278,9 @@ void info() {
#
if DEBUG_UDP_SUPPORT
DEBUG_MSG_P
(
PSTR
(
"
DEBUG_UDP
"
)
)
;
#
endif
#
if DEBUG_WEB_SUPPORT
DEBUG_MSG_P
(
PSTR
(
"
DEBUG_WEB
"
)
)
;
#
endif
#
if DOMOTICZ_SUPPORT
DEBUG_MSG_P
(
PSTR
(
"
DOMOTICZ
"
)
)
;
#
endif
Write
Preview
Loading…
Cancel
Save