From 195a7754c6589b2571589f2454743994cf478bcf Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 21 Jan 2021 15:01:18 +0100 Subject: [PATCH] Add Settings.device_group_maps Add Settings.device_group_maps for future use (#10155) --- tasmota/settings.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tasmota/settings.h b/tasmota/settings.h index a3d1a470e..ae81668fd 100644 --- a/tasmota/settings.h +++ b/tasmota/settings.h @@ -647,9 +647,7 @@ struct { // Only 32 bit boundary variables below uint64_t rf_protocol_mask; // FA8 - - uint32_t free_fb0[1]; // FB0 - + uint32_t device_group_maps; // FB0 SysBitfield5 flag5; // FB4 uint16_t pulse_counter_debounce_low; // FB8 uint16_t pulse_counter_debounce_high; // FBA