body: fix UDS reqests (#26552)

* bump body

* add new fw version
old-commit-hash: 5b8aed2ebf
taco
Igor Biletskyy 2 years ago committed by GitHub
parent c74523921d
commit 13c3dc40db
  1. 2
      body
  2. 7
      selfdrive/car/body/values.py

@ -1 +1 @@
Subproject commit 04aeb30ce0bb14759989cd374158233877e1e151 Subproject commit dc780f858c1ef641471d09b72569e199e3e10acb

@ -46,10 +46,13 @@ FW_VERSIONS = {
CAR.BODY: { CAR.BODY: {
(Ecu.engine, 0x720, None): [ (Ecu.engine, 0x720, None): [
b'0.0.01', b'0.0.01',
b'02/27/2022' b'02/27/2022',
b'0.3.00a',
], ],
# git hash of the firmware used
(Ecu.debug, 0x721, None): [ (Ecu.debug, 0x721, None): [
b'166bd860' # git hash of the firmware used b'166bd860',
b'dc780f85',
], ],
}, },
} }

Loading…
Cancel
Save