Update selfdrive/car/car_helpers.py

pull/27656/head
Shane Smiskol 2 years ago committed by GitHub
parent 0ed0456d4d
commit 4f293d308e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/car/car_helpers.py

@ -117,7 +117,7 @@ def fingerprint(logcan, sendcan, num_pandas):
params = Params()
params.put("CarVin", vin)
# set to ELM327 for potential ECU knockouts
# disable OBD multiplexing for potential ECU knockouts
set_obd_multiplexing(params, False)
params.put_bool("FirmwareQueryDone", True)

Loading…
Cancel
Save