mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 00:43:54 +08:00
Honda: add logging request for radarless Civic 2022+ camera (#31176)
* try tester present * radar * rm whitelist * refs
This commit is contained in:
@@ -169,6 +169,13 @@ FW_QUERY_CONFIG = FwQueryConfig(
|
||||
),
|
||||
|
||||
# Data collection requests:
|
||||
# Attempt to get the radarless Civic 2022+ camera FW
|
||||
Request(
|
||||
[StdQueries.TESTER_PRESENT_REQUEST, StdQueries.UDS_VERSION_REQUEST],
|
||||
[StdQueries.TESTER_PRESENT_RESPONSE, StdQueries.UDS_VERSION_RESPONSE],
|
||||
bus=0,
|
||||
logging=True
|
||||
),
|
||||
# Log extra identifiers for current ECUs
|
||||
Request(
|
||||
[HONDA_VERSION_REQUEST],
|
||||
|
||||
@@ -244,7 +244,7 @@ class TestFwFingerprintTiming(unittest.TestCase):
|
||||
'body': 0.1,
|
||||
'chrysler': 0.3,
|
||||
'ford': 0.2,
|
||||
'honda': 0.45,
|
||||
'honda': 0.55,
|
||||
'hyundai': 0.65,
|
||||
'mazda': 0.2,
|
||||
'nissan': 0.8,
|
||||
|
||||
Reference in New Issue
Block a user