mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-24 23:42:05 +08:00
FPv2: log OBD multiplexed requests (#27667)
* log multiplexed requests * bump cereal * bump cereal to master
This commit is contained in:
+1
-1
Submodule cereal updated: 3c5ff1c6d0...c516d5e985
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user