Update gmcan.py

This commit is contained in:
firestar5683
2026-02-10 17:59:42 -06:00
parent 1fb31425b6
commit 0635bd4dcd
-1
View File
@@ -127,7 +127,6 @@ 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]