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
Send RF MQTT message with retain off
rules-rpn
Niek van der Maas
5 years ago
parent
edef1631df
commit
b3abd0d6b3
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
code/espurna/rfbridge.ino
+ 1
- 1
code/espurna/rfbridge.ino
View File
@ -379,7 +379,7 @@ void _rfbDecode() {
}
}
#
if MQTT_SUPPORT
#
if MQTT_SUPPORT
mqttSend
(
MQTT_TOPIC_RFIN
,
buffer
)
;
mqttSend
(
MQTT_TOPIC_RFIN
,
buffer
,
false
,
false
)
;
#
endif
#
endif
}
}
Write
Preview
Loading…
Cancel
Save