mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-30 14:16:32 +00:00
Update settings.h
This commit is contained in:
parent
dad5b0ffc2
commit
0145c86fe0
@ -372,11 +372,9 @@ struct SYSCFG {
|
|||||||
uint16_t web_refresh; // 7CC
|
uint16_t web_refresh; // 7CC
|
||||||
char mems[MAX_RULE_MEMS][10]; // 7CE
|
char mems[MAX_RULE_MEMS][10]; // 7CE
|
||||||
char rules[MAX_RULE_SETS][MAX_RULE_SIZE]; // 800 uses 512 bytes in v5.12.0m, 3 x 512 bytes in v5.14.0b
|
char rules[MAX_RULE_SETS][MAX_RULE_SIZE]; // 800 uses 512 bytes in v5.12.0m, 3 x 512 bytes in v5.14.0b
|
||||||
uint8_t data8[32]; // E00
|
TuyaFnidDpidMap tuya_fnid_map[MAX_TUYA_FUNCTIONS]; // E00 32 bytes
|
||||||
uint16_t data16[16]; // E20
|
|
||||||
TuyaFnidDpidMap tuya_fnid_map[MAX_TUYA_FUNCTIONS]; // E40 32 bytes
|
|
||||||
|
|
||||||
uint8_t free_e20[416]; // E60
|
uint8_t free_e20[480]; // E20
|
||||||
|
|
||||||
// FFF last location
|
// FFF last location
|
||||||
} Settings;
|
} Settings;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user