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

old-commit-hash: f6dc12a735b4856d2ac6225ec9a2f2aa36d2c2de
This commit is contained in:
Jason Young
2023-01-15 16:13:50 -05:00
committed by GitHub
parent c59ee39caa
commit fd29973e28
+1
View File
@@ -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: