Skip to content

Commit 35dbec7

Browse files
committed
Update v14.3.0.2 settings
1 parent 0b54548 commit 35dbec7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

decode-config.py

+4
Original file line numberDiff line numberDiff line change
@@ -2888,6 +2888,10 @@ def match(self, setting_hardware, config_version):
28882888
SETTING_14_3_0_2['sbflag1'][1].update({
28892889
'dali_light': (HARDWARE.ESP, '<L', (0xFA0,1,13), (None, '0 <= $ <= 1', ('Light', '"DaliLight {}".format($)')) ),
28902890
})
2891+
SETTING_14_3_0_2['flag6'][1].update ({
2892+
'ld2410_use_pin': (HARDWARE.ESP, '<L', (0xF74,1,14), (None, None, ('SetOption', '"SO160 {}".format($)')) ),
2893+
'disable_slider_updates': (HARDWARE.ESP, '<L', (0xF74,1,15), (None, None, ('SetOption', '"SO161 {}".format($)')) ),
2894+
})
28912895
# ======================================================================
28922896
SETTINGS = [
28932897
(0x0E030002,0x1000, SETTING_14_3_0_2),

0 commit comments

Comments
 (0)