Browse Source

Send RF MQTT message with retain off

rules-rpn
Niek van der Maas 5 years ago
parent
commit
b3abd0d6b3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/rfbridge.ino

+ 1
- 1
code/espurna/rfbridge.ino View File

@ -379,7 +379,7 @@ void _rfbDecode() {
}
#if MQTT_SUPPORT
mqttSend(MQTT_TOPIC_RFIN, buffer);
mqttSend(MQTT_TOPIC_RFIN, buffer, false, false);
#endif
}


Loading…
Cancel
Save