Skip to content

Commit

Permalink
Merge pull request #67 from lskov/patch-1-power
Browse files Browse the repository at this point in the history
reverted to latest from master power setting
  • Loading branch information
lskov authored Aug 24, 2023
2 parents 8327c3b + e7017c5 commit 636fe25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/thermald/tests/test_power_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def mock_time_monotonic():
return ssb

TEST_DURATION_S = 50
GOOD_VOLTAGE = 11 * 1e3
GOOD_VOLTAGE = 12 * 1e3
VOLTAGE_BELOW_PAUSE_CHARGING = (VBATT_PAUSE_CHARGING - 1) * 1e3

def pm_patch(name, value, constant=False):
Expand Down

0 comments on commit 636fe25

Please sign in to comment.