hyundai_enable_radar_points: fix typo (#22724)

pull/22727/head
Jason Wen 4 years ago committed by GitHub
parent aa8952d0b1
commit 257d2b447d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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",
}
}

Loading…
Cancel
Save