Skip to content

Commit

Permalink
Stop charging after 3 hrs
Browse files Browse the repository at this point in the history
Not going to increase VBATT_PAUSE_CHARGING for now.
  • Loading branch information
ErichMoraga committed Oct 24, 2020
1 parent ef80514 commit 6717ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/thermald/power_monitoring.py
Expand Up @@ -18,7 +18,7 @@
CAR_CHARGING_RATE_W = 45

VBATT_PAUSE_CHARGING = 11.0
MAX_TIME_OFFROAD_S = 30*3600
MAX_TIME_OFFROAD_S = 3*3600

# Parameters
def get_battery_capacity():
Expand Down

0 comments on commit 6717ce7

Please sign in to comment.