Hyundai: Enable radar tracks for Santa Fe 2019 (#27175)

old-commit-hash: b740bdc99c213a73628081b9f07b559420072d99
This commit is contained in:
Jason Wen
2023-02-01 16:01:26 -05:00
committed by GitHub
parent 0c85b09a49
commit 6b3d88dc9c
@@ -52,6 +52,10 @@ SUPPORTED_FW_VERSIONS = {
b'IK__ SCC F-CUP 1.00 1.02 96400-G9100\x18\x07\x06\x17\x12 ': ConfigValues(
default_config=b"\x00\x00\x00\x01\x00\x00",
tracks_enabled=b"\x00\x00\x00\x01\x00\x01"),
# 2019 SANTA FE
b"TM__ SCC F-CUP 1.00 1.00 99110-S1210\x19\x01%\x168 ": ConfigValues(
default_config=b"\x00\x00\x00\x01\x00\x00",
tracks_enabled=b"\x00\x00\x00\x01\x00\x01"),
}
if __name__ == "__main__":