VW MQB: Add diagnostic firewall note to config tool (#26975)

pull/26976/head
Jason Young 2 years ago committed by GitHub
parent 58bd024089
commit f6dc12a735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      selfdrive/debug/vw_mqb_config.py

@ -126,6 +126,7 @@ if __name__ == "__main__":
uds_client.security_access(ACCESS_TYPE_LEVEL_1.SEND_KEY, struct.pack("!I", key)) # type: ignore
except (NegativeResponseError, MessageTimeoutError):
print("Security access failed!")
print("Open the hood and retry (disables the \"diagnostic firewall\" on newer vehicles)")
quit()
try:

Loading…
Cancel
Save