From 03fcbc436660c67559a7e9ce76a8427d0c2367e3 Mon Sep 17 00:00:00 2001 From: Jason Wen <47793918+sunnyhaibin@users.noreply.github.com> Date: Thu, 28 Oct 2021 13:09:22 -0400 Subject: [PATCH] hyundai_enable_radar_points: fix typo (#22724) old-commit-hash: 257d2b447d33253dbcd95fb7e7778f5419d61516 --- 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 ce03ba03ff..5d90dc778a 100755 --- a/selfdrive/debug/hyundai_enable_radar_points.py +++ b/selfdrive/debug/hyundai_enable_radar_points.py @@ -40,7 +40,7 @@ SUPPORTED_FW_VERSIONS = { }, # 2020 SANTA FE b"TM__ SCC F-CUP 1.00 1.03 99110-S2000\x19\x050\x13' ": { - "default config": b"\x00\x00\x00\x01\x00\x00", + "default_config": b"\x00\x00\x00\x01\x00\x00", "tracks_enabled": b"\x00\x00\x00\x01\x00\x01", } }