Skip to content

Commit 6717ce7

Browse files
authored
Stop charging after 3 hrs
Not going to increase VBATT_PAUSE_CHARGING for now.
1 parent ef80514 commit 6717ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfdrive/thermald/power_monitoring.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
CAR_CHARGING_RATE_W = 45
1919

2020
VBATT_PAUSE_CHARGING = 11.0
21-
MAX_TIME_OFFROAD_S = 30*3600
21+
MAX_TIME_OFFROAD_S = 3*3600
2222

2323
# Parameters
2424
def get_battery_capacity():

0 commit comments

Comments
 (0)