From 1e640b0a095465b9441de97d07c24d4487752b86 Mon Sep 17 00:00:00 2001 From: Federico Leoni Date: Mon, 2 Nov 2020 21:08:07 -0300 Subject: [PATCH] Setting.h missing description --- tasmota/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/settings.h b/tasmota/settings.h index 0031e33d5..c91e150e3 100644 --- a/tasmota/settings.h +++ b/tasmota/settings.h @@ -139,7 +139,7 @@ typedef union { // Restricted by MISRA-C Rule 18.4 bu typedef union { // Restricted by MISRA-C Rule 18.4 but so useful... uint32_t data; // Allow bit manipulation using SetOption struct { // SetOption114 .. SetOption145 - uint32_t mqtt_switches : 1; // bit 0 (V9.0.0.3) Detach Swiches from relays and enable MQTT action state for all the SwitchModes + uint32_t mqtt_switches : 1; // bit 0 (V9.0.0.3) - SetOption114 - Detach Swiches from relays and enable MQTT action state for all the SwitchModes //uint32_t spare00 : 1; // bit 0 uint32_t spare01 : 1; // bit 1 uint32_t spare02 : 1; // bit 2