Skip to content

Commit

Permalink
FPv2: log OBD multiplexed requests (commaai#27667)
Browse files Browse the repository at this point in the history
* log multiplexed requests

* bump cereal

* bump cereal to master
  • Loading branch information
sshane authored and pfeiferj committed Apr 11, 2023
1 parent 03c6619 commit 545472d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cereal
1 change: 1 addition & 0 deletions selfdrive/car/fw_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 545472d

Please sign in to comment.