mirror of
https://github.com/arendst/Tasmota.git
synced 2025-08-02 07:27:42 +00:00
decode-config.py: adapt settings
- remove SetOption62 (no_pullup) - remove obsolete Tasmota command converter
This commit is contained in:
parent
95da493325
commit
eb08bb07ee
@ -866,11 +866,15 @@ Setting_6_4_1_16.update({
|
|||||||
'pullup': ('B', (0x73C,1,1), (None, None, ('Management', None)) ),
|
'pullup': ('B', (0x73C,1,1), (None, None, ('Management', None)) ),
|
||||||
}, 0x73C, (None, None, ('Management', None))
|
}, 0x73C, (None, None, ('Management', None))
|
||||||
),
|
),
|
||||||
}, 0x720, (None, None, ('Management', '"Template GPIO:{}".format(@["user_template"]["gp"][0])'))
|
}, 0x720, (None, None, ('Management', None))
|
||||||
),
|
),
|
||||||
})
|
})
|
||||||
# ======================================================================
|
# ======================================================================
|
||||||
|
Setting_6_4_1_17 = copy.deepcopy(Setting_6_4_1_16)
|
||||||
|
Setting_6_4_1_17['flag3'][0].pop('no_pullup',None)
|
||||||
|
# ======================================================================
|
||||||
Settings = [
|
Settings = [
|
||||||
|
(0x6040111, 0xe00, Setting_6_4_1_17),
|
||||||
(0x6040110, 0xe00, Setting_6_4_1_16),
|
(0x6040110, 0xe00, Setting_6_4_1_16),
|
||||||
(0x604010D, 0xe00, Setting_6_4_1_13),
|
(0x604010D, 0xe00, Setting_6_4_1_13),
|
||||||
(0x604010B, 0xe00, Setting_6_4_1_11),
|
(0x604010B, 0xe00, Setting_6_4_1_11),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user