mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 03:06:33 +00:00
Clean settings.h
Removed custom fields from settings.h
This commit is contained in:
parent
0ab43909c3
commit
f8ab8ef552
@ -322,10 +322,8 @@ struct SYSCFG {
|
||||
uint16_t mcp230xx_int_timer; // 718
|
||||
uint8_t rgbwwTable[5]; // 71A
|
||||
|
||||
byte free_71F[93]; // 71F
|
||||
byte free_71F[157]; // 71F
|
||||
|
||||
char custom1[32]; // 77C Custom
|
||||
char custom2[32]; // 79C Custom
|
||||
uint16_t weight_item; // 7BC Weight of one item in gram * 10
|
||||
uint16_t weight_max; // 7BE Total max weight in kilogram
|
||||
unsigned long weight_reference; // 7C0 Reference weight in gram
|
||||
|
@ -781,14 +781,7 @@ Setting_6_2_1_14.update({
|
||||
'web_refresh': ('<H', 0x7CC, None),
|
||||
})
|
||||
|
||||
Setting_6_2_1_15 = Setting_6_2_1_14
|
||||
Setting_6_2_1_15.update({
|
||||
'custom1': ('32s', 0x77C, None),
|
||||
'custom2': ('32s', 0x79C, None),
|
||||
})
|
||||
|
||||
Settings = [
|
||||
(0x602010F, 0xe00, Setting_6_2_1_15),
|
||||
(0x602010E, 0xe00, Setting_6_2_1_14),
|
||||
(0x602010A, 0xe00, Setting_6_2_1_10),
|
||||
(0x6020106, 0xe00, Setting_6_2_1_6),
|
||||
|
Loading…
x
Reference in New Issue
Block a user