mirror of https://github.com/arendst/Tasmota.git
Add Settings.device_group_maps
Add Settings.device_group_maps for future use (#10155)
This commit is contained in:
parent
47ce7c7312
commit
195a7754c6
|
@ -647,9 +647,7 @@ struct {
|
||||||
// Only 32 bit boundary variables below
|
// Only 32 bit boundary variables below
|
||||||
|
|
||||||
uint64_t rf_protocol_mask; // FA8
|
uint64_t rf_protocol_mask; // FA8
|
||||||
|
uint32_t device_group_maps; // FB0
|
||||||
uint32_t free_fb0[1]; // FB0
|
|
||||||
|
|
||||||
SysBitfield5 flag5; // FB4
|
SysBitfield5 flag5; // FB4
|
||||||
uint16_t pulse_counter_debounce_low; // FB8
|
uint16_t pulse_counter_debounce_low; // FB8
|
||||||
uint16_t pulse_counter_debounce_high; // FBA
|
uint16_t pulse_counter_debounce_high; // FBA
|
||||||
|
|
Loading…
Reference in New Issue