Update gmcan.py

This commit is contained in:
firestar5683
2026-02-12 16:16:58 -06:00
parent 2d8d2a4360
commit b3b27c2b60
+1
View File
@@ -127,6 +127,7 @@ def create_gas_regen_command(packer, bus, throttle, idx, enabled, at_full_stop):
"GasRegenFullStopActive": at_full_stop,
"GasRegenAlwaysOne": 1,
"GasRegenAlwaysOne2": 1,
"GasRegenAlwaysOne3": 1,
}
dat = packer.make_can_msg("ASCMGasRegenCmd", bus, values)[2]