more uds debug

This commit is contained in:
Greg Hogan
2019-10-15 12:14:09 -07:00
parent 4454e3a6bb
commit 711810d2f0

View File

@@ -459,6 +459,7 @@ class UdsClient():
error_desc = resp[3:]
# wait for another message if response pending
if error_code == 0x78:
if self.debug: print("UDS-RX: response pending")
continue
raise NegativeResponseError('{} - {}'.format(service_desc, error_desc), service_id, error_code)