mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-26 23:03:53 +08:00
Clean up timers on receipt of a non-0x78 UDS error (#25398)
* clean up timers on receipt of a non-0x78 UDS error * Update selfdrive/car/isotp_parallel_query.py Co-authored-by: Shane Smiskol <shane@smiskol.com>
This commit is contained in:
@@ -135,6 +135,7 @@ class IsoTpParallelQuery:
|
||||
if self.debug:
|
||||
cloudlog.warning(f"iso-tp query response pending: {tx_addr}")
|
||||
else:
|
||||
response_timeouts[tx_addr] = 0
|
||||
request_done[tx_addr] = True
|
||||
cloudlog.warning(f"iso-tp query bad response: {tx_addr} - 0x{dat.hex()}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user