mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-14 22:02:09 +08:00
log vin request to qlog (#31314)
old-commit-hash: cd153e637631d8f4eeaf530dff7510ed6d73c071
This commit is contained in:
@@ -42,7 +42,7 @@ def get_vin(logcan, sendcan, buses, timeout=0.1, retry=3, debug=False):
|
||||
if vin.startswith(b'\x11'):
|
||||
vin = vin[1:18]
|
||||
|
||||
cloudlog.warning(f"got vin with {request=}")
|
||||
cloudlog.error(f"got vin with {request=}")
|
||||
return get_rx_addr_for_tx_addr(addr), bus, vin.decode()
|
||||
except Exception:
|
||||
cloudlog.exception("VIN query exception")
|
||||
|
||||
Reference in New Issue
Block a user