FPv2: log OBD multiplexed requests (#27667)

* log multiplexed requests

* bump cereal

* bump cereal to master
This commit is contained in:
Shane Smiskol
2023-03-24 00:25:37 -07:00
committed by GitHub
parent 021661b316
commit 2ad9eec882
2 changed files with 2 additions and 1 deletions
+1 -1
Submodule cereal updated: 3c5ff1c6d0...c516d5e985
+1
View File
@@ -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