From fd29973e2824e3fa98577a6236e5982c20cd9f45 Mon Sep 17 00:00:00 2001 From: Jason Young <46612682+jyoung8607@users.noreply.github.com> Date: Sun, 15 Jan 2023 16:13:50 -0500 Subject: [PATCH] VW MQB: Add diagnostic firewall note to config tool (#26975) old-commit-hash: f6dc12a735b4856d2ac6225ec9a2f2aa36d2c2de --- selfdrive/debug/vw_mqb_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/selfdrive/debug/vw_mqb_config.py b/selfdrive/debug/vw_mqb_config.py index 8c4dbc55ee..8952405b8e 100755 --- a/selfdrive/debug/vw_mqb_config.py +++ b/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: