Unnecessary characters in comma's dongle id

old-commit-hash: 715771bcff
commatwo_master
Ted Slesinski 8 years ago
parent 7416da1585
commit ee7c8e0ea2
  1. 2
      selfdrive/car/honda/carcontroller.py

@ -122,7 +122,7 @@ class CarController(object):
GAS_MAX = 1004
BRAKE_MAX = 1024/4
if CS.civic or CS.odyssey:
is_fw_modified = os.getenv("DONGLE_ID") in ['b0f5a01cf604185cxxx']
is_fw_modified = os.getenv("DONGLE_ID") in ['b0f5a01cf604185c']
STEER_MAX = 0x1FFF if is_fw_modified else 0x1000
elif CS.crv:
STEER_MAX = 0x300 # CR-V only uses 12-bits and requires a lower value

Loading…
Cancel
Save