From 5d3ae21159063583d52092a067235f35c80f3586 Mon Sep 17 00:00:00 2001 From: ortegafernando Date: Wed, 21 Sep 2022 09:34:22 +0200 Subject: [PATCH] Add SetOption147 Add SetOption147 (MQTT) Enable publish SSerialReceived MQTT messages. If disabled, use event rules instead. If it is disabled, tasmota will not publish an MQTT message every time a SSerialReceived event fires. Use rules to control how and when publish these messages. --- tasmota/tasmota_support/settings.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/tasmota_support/settings.ino b/tasmota/tasmota_support/settings.ino index 6b2e9e376..1f9fa6831 100644 --- a/tasmota/tasmota_support/settings.ino +++ b/tasmota/tasmota_support/settings.ino @@ -838,6 +838,7 @@ void SettingsDefaultSet2(void) { SOBitfield3 flag3 = { 0 }; SOBitfield4 flag4 = { 0 }; SOBitfield5 flag5 = { 0 }; + SOBitfield5 flag6 = { 0 }; SysMBitfield1 flag2 = { 0 }; SysMBitfield2 mbflag2 = { 0 };