Skip to content

Commit

Permalink
Update v14.3.0.7 settings
Browse files Browse the repository at this point in the history
  • Loading branch information
curzon01 committed Nov 21, 2024
1 parent fa7cc13 commit c56d70a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions decode-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2936,6 +2936,9 @@ def match(self, setting_hardware, config_version):
'rf_duplicate_time': (HARDWARE.ESP, '<H', 0x53A, (None, '10 <= $ <= 65535', ('Rf', '"RfTimeOut {}".format($)')) ),
'global_sensor_index': (HARDWARE.ESP, 'B', 0x53C, ([3], '0 <= $ <= 251', ('Sensor', None)) ),
})
SETTING_14_3_0_7['flag6'][1].update ({
'gui_no_state_text': (HARDWARE.ESP, '<L', (0xF74,1,15), (None, None, ('SetOption', '"SO161 {}".format($)')) ),
})
# ======================================================================
SETTINGS = [
(0x0E030007,0x1000, SETTING_14_3_0_7),
Expand Down

0 comments on commit c56d70a

Please sign in to comment.