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
Added UART_MQTT check to info command
rfm69
Xose Pérez
6 years ago
parent
4657c614ea
commit
cc7af785b2
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
@ -327,6 +327,9 @@ void info() {
#
if THINGSPEAK_SUPPORT
DEBUG_MSG_P
(
PSTR
(
"
THINGSPEAK
"
)
)
;
#
endif
#
if UART_MQTT_SUPPORT
DEBUG_MSG_P
(
PSTR
(
"
UART_MQTT
"
)
)
;
#
endif
#
if WEB_SUPPORT
DEBUG_MSG_P
(
PSTR
(
"
WEB
"
)
)
;
#
endif
Write
Preview
Loading…
Cancel
Save