mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-07 17:25:40 +08:00
found a new COROLLA_TSS2 eps fw on sentry log
This commit is contained in:
@@ -119,7 +119,7 @@ class CarController():
|
||||
self.last_fault_frame = frame
|
||||
|
||||
# Cut steering for 2s after fault
|
||||
if not enabled: # or (frame - self.last_fault_frame < 200):
|
||||
if not enabled or (frame - self.last_fault_frame < 200):
|
||||
apply_steer = 0
|
||||
apply_steer_req = 0
|
||||
else:
|
||||
|
||||
@@ -481,6 +481,7 @@ FW_VERSIONS = {
|
||||
b'\x01F152612B10\x00\x00\x00\x00\x00\x00',
|
||||
b'\x01F152612B60\x00\x00\x00\x00\x00\x00',
|
||||
b'\x01F152612B90\x00\x00\x00\x00\x00\x00',
|
||||
b'\x01F152612B61\x00\x00\x00\x00\x00\x00',
|
||||
],
|
||||
(Ecu.fwdRadar, 0x750, 0xf): [
|
||||
b'\x018821F3301100\x00\x00\x00\x00',
|
||||
|
||||
Reference in New Issue
Block a user