Skip to content

Commit

Permalink
Update power_monitoring.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lskov authored Aug 15, 2023
1 parent d5be1a6 commit 0d5b7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/thermald/power_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
CAR_BATTERY_CAPACITY_uWh = 30e6
CAR_CHARGING_RATE_W = 45

VBATT_PAUSE_CHARGING = 12.3 # Lower limit on the LPF car battery voltage
VBATT_PAUSE_CHARGING = 11.8 # Lower limit on the LPF car battery voltage
VBATT_INSTANT_PAUSE_CHARGING = 7.0 # Lower limit on the instant car battery voltage measurements to avoid triggering on instant power loss
MAX_TIME_OFFROAD_S = 30*3600
MIN_ON_TIME_S = 3600
Expand Down

0 comments on commit 0d5b7c6

Please sign in to comment.