Update FW Version for the 2020 Palisade (#22245)

Confirmed the FW version for my 2020 Palisade. Updated and executed the script without issue.
old-commit-hash: 3be48c5cded149186e63dfb37b58c95a45a1636c
This commit is contained in:
Scott Adair
2021-09-15 23:27:33 -04:00
committed by GitHub
parent dbc41b847d
commit ed25cf30f4
@@ -28,12 +28,11 @@ SUPPORTED_FW_VERSIONS = {
"default_config": b"\x00\x00\x00\x01\x00\x00",
"tracks_enabled": b"\x00\x00\x00\x01\x00\x01",
},
# TODO: verify palisade fw version for diagnostic session type 7
# # 2020 PALISADE
# b"LX2_ SCC FHCUP 1.00 1.04 99110-S8100 ": {
# "default_config": b"\x00\x00\x00\x01\x00\x00",
# "tracks_enabled": b"\x00\x00\x00\x01\x00\x01",
# },
# 2020 PALISADE
b"LX2_ SCC FHCUP 1.00 1.04 99110-S8100\x19\x05\x02\x16V ": {
"default_config": b"\x00\x00\x00\x01\x00\x00",
"tracks_enabled": b"\x00\x00\x00\x01\x00\x01",
},
}
if __name__ == "__main__":