From 9db5edae724d88e5b797e4d1bee03372cd6b8611 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Thu, 16 Sep 2021 00:15:56 -0700 Subject: [PATCH] improve instructions for enabling hyundai radar tracks --- selfdrive/debug/hyundai_enable_radar_points.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/debug/hyundai_enable_radar_points.py b/selfdrive/debug/hyundai_enable_radar_points.py index 27c20f4bae..afd27d8868 100755 --- a/selfdrive/debug/hyundai_enable_radar_points.py +++ b/selfdrive/debug/hyundai_enable_radar_points.py @@ -50,7 +50,7 @@ if __name__ == "__main__": if e.returncode != 1: # 1 == no process found (boardd not running) raise e - confirm = input("put your vehicle in accessory mode now and type OK to continue: ").upper().strip() + confirm = input("power on the vehicle keeping the engine off (press start button twice) then type OK to continue: ").upper().strip() if confirm != "OK": print("\nyou didn't type 'OK! (aborted)") sys.exit(0)