From a4bf3b3ff08eb5cb97a21017e74ccc967ed7dd65 Mon Sep 17 00:00:00 2001 From: ortegafernando Date: Wed, 21 Sep 2022 09:35:40 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota_support/settings.ino b/tasmota/tasmota_support/settings.ino index 1f9fa6831..3c3e43592 100644 --- a/tasmota/tasmota_support/settings.ino +++ b/tasmota/tasmota_support/settings.ino @@ -838,7 +838,7 @@ void SettingsDefaultSet2(void) { SOBitfield3 flag3 = { 0 }; SOBitfield4 flag4 = { 0 }; SOBitfield5 flag5 = { 0 }; - SOBitfield5 flag6 = { 0 }; + SOBitfield6 flag6 = { 0 }; SysMBitfield1 flag2 = { 0 }; SysMBitfield2 mbflag2 = { 0 };