Revert "Update interface.py"

This reverts commit 04d8bd0810.
This commit is contained in:
firestar5683
2025-10-11 11:24:59 -05:00
parent b2d7385d90
commit 6933b72411
+2 -2
View File
@@ -27,8 +27,8 @@ CAM_MSG = 0x320 # AEBCmd
ACCELERATOR_POS_MSG = 0xbe
NON_LINEAR_TORQUE_PARAMS = {
CAR.CHEVROLET_BOLT_EUV: [1.8, 1.0, 0.24, -0.045],
CAR.CHEVROLET_BOLT_CC: [1.8, 1.0, 0.24, -0.045],
CAR.CHEVROLET_BOLT_EUV: [1.8, 1.1, 0.24, -0.045],
CAR.CHEVROLET_BOLT_CC: [1.8, 1.1, 0.24, -0.045],
CAR.GMC_ACADIA: [4.78003305, 1.0, 0.3122, 0.05591772],
CAR.CHEVROLET_SILVERADO: [3.29974374, 1.0, 0.25571356, 0.0465122]
}