Skip to content

Commit

Permalink
Update v14.1.0.3 settings
Browse files Browse the repository at this point in the history
  • Loading branch information
curzon01 committed Jul 2, 2024
1 parent 6f13708 commit 13843c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions decode-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2855,6 +2855,14 @@ def match(self, setting_hardware, config_version):
})
# ======================================================================
SETTING_14_1_0_3 = copy.copy(SETTING_14_1_0_2)
SETTING_14_1_0_3.update ({
'energy_max_power_safe_limit': (HARDWARE.ESP, '<H', 0x38C, (None, None, (INTERNAL, None)), ),
'energy_max_power_safe_limit_hold':
(HARDWARE.ESP, '<H', 0x38E, (None, None, (INTERNAL, None)), ),
'energy_max_power_safe_limit_window':
(HARDWARE.ESP, '<H', 0x390, (None, None, (INTERNAL, None)), ),
})

# ======================================================================
SETTINGS = [
(0x0E010003,0x1000, SETTING_14_1_0_3),
Expand Down

0 comments on commit 13843c6

Please sign in to comment.