Vehicles - Subaru - Subaru Crosstrek Torque Increase

Increases the maximum allowed torque for the Subaru Crosstrek.
This commit is contained in:
FrogAi
2024-05-10 23:56:57 -07:00
parent d9e054a3ba
commit a8abffc90c
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
}
const SteeringLimits SUBARU_STEERING_LIMITS = SUBARU_STEERING_LIMITS_GENERATOR(2047, 50, 70);
const SteeringLimits SUBARU_STEERING_LIMITS = SUBARU_STEERING_LIMITS_GENERATOR(3071, 50, 70);
const SteeringLimits SUBARU_GEN2_STEERING_LIMITS = SUBARU_STEERING_LIMITS_GENERATOR(1000, 40, 40);