Skip to content

Commit

Permalink
reverted to latest from master power setting
Browse files Browse the repository at this point in the history
  • Loading branch information
lskov committed Sep 12, 2023
1 parent 4de9950 commit fff4305
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 fff4305

Please sign in to comment.