add comment about sendcan

pull/214/head
Shane Smiskol 1 year ago
parent 6262de4419
commit ca2ed59a64
  1. 1
      selfdrive/car/car_helpers.py

@ -141,6 +141,7 @@ def fingerprint(logcan, sendcan, num_pandas):
cached = True cached = True
else: else:
cloudlog.warning("Getting VIN & FW versions") cloudlog.warning("Getting VIN & FW versions")
# enable OBD multiplexing for Vin query, also allows time for sendcan subscriber to connect
set_obd_multiplexing(params, True) set_obd_multiplexing(params, True)
# Vin query only reliably works through OBDII # Vin query only reliably works through OBDII
vin_rx_addr, vin_rx_bus, vin = get_vin(logcan, sendcan, (0, 1)) vin_rx_addr, vin_rx_bus, vin = get_vin(logcan, sendcan, (0, 1))

Loading…
Cancel
Save