Update values.py

This commit is contained in:
firestar5683
2026-02-10 17:26:57 -06:00
parent a80201c553
commit 5f8513f4d3
+1 -1
View File
@@ -74,7 +74,7 @@ class CarControllerParams:
self.MAX_ACC_REGEN = 5500
self.INACTIVE_REGEN = 5500
max_regen_acceleration = 0.
self.BRAKE_SWITCH = self.ZERO_GAS
self.BRAKE_SWITCH_MAX = self.ZERO_GAS
else:
self.MAX_GAS = 7168 # Safety limit, not ACC max. Stock ACC >8192 from standstill.