FPv2: log OBD multiplexed requests (#27667)

* log multiplexed requests

* bump cereal

* bump cereal to master
pull/27670/head
Shane Smiskol 2 years ago committed by GitHub
parent 021661b316
commit 2ad9eec882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cereal
  2. 1
      selfdrive/car/fw_versions.py

@ -1 +1 @@
Subproject commit 3c5ff1c6d069be21b32e2ac202115f4ea5d21bc7
Subproject commit c516d5e9856fdb1f5ca856e430ac69aebb2ff017

@ -300,6 +300,7 @@ def get_fw_versions(logcan, sendcan, query_brand=None, extra=None, timeout=0.1,
f.brand = brand
f.bus = r.bus
f.logging = r.logging or ecu_key in logging_addrs
f.obdMultiplexing = r.obd_multiplexing
if sub_addr is not None:
f.subAddress = sub_addr

Loading…
Cancel
Save