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
Fix building without MQTT_SUPPORT
rules-rpn
Niek van der Maas
5 years ago
parent
83dc391208
commit
89a17313c2
1 changed files
with
6 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
code/espurna/mqtt.ino
+ 6
- 0
code/espurna/mqtt.ino
View File
@ -870,4 +870,10 @@ void mqttLoop() {
}
}
#
else
bool
mqttForward
(
)
{
return
false
;
}
#
endif
// MQTT_SUPPORT
#
endif
// MQTT_SUPPORT
Write
Preview
Loading…
Cancel
Save