From cfdf22e55cd4ffe0eff34dfa317fba07c05cc426 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Mon, 8 Aug 2022 14:14:26 +0200 Subject: [PATCH] Remove SO144 (finally unsued) --- tasmota/include/tasmota_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/include/tasmota_types.h b/tasmota/include/tasmota_types.h index ec1c4fe55..fc54a728d 100644 --- a/tasmota/include/tasmota_types.h +++ b/tasmota/include/tasmota_types.h @@ -171,7 +171,7 @@ typedef union { // Restricted by MISRA-C Rule 18.4 bu uint32_t gui_module_name : 1; // bit 27 (v11.1.0.3) - SetOption141 - (GUI) Disable display of GUI module name (1) uint32_t wait_for_wifi_result : 1; // bit 28 (v11.1.0.4) - SetOption142 - (Wifi) Wait 1 second for wifi connection solving some FRITZ!Box modem issues (1) uint32_t zigbee_no_batt_autoprobe : 1; // bit 29 (v12.0.2.4) - SetOption143 - (Zigbee) Disable Battery auto-probe and using auto-binding - uint32_t ir_rcv_while_sending : 1; // bit 30 (v12.0.2.4) - SetOption144 - (IR) Receive IR while sending IR and decode our own signals + uint32_t spare30 : 1; // bit 30 uint32_t spare31 : 1; // bit 31 }; } SOBitfield5;