mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-13 00:42:07 +08:00
Nissan: use bus 0 to fingerprint (#31243)
* Nissan: use bus 0 to fingerprint * update refs * switch OBD query to be logging instead, might want OBD logging for one more release
This commit is contained in:
@@ -59,7 +59,7 @@ NISSAN_VERSION_RESPONSE_KWP = b'\x61\x83'
|
||||
NISSAN_RX_OFFSET = 0x20
|
||||
|
||||
FW_QUERY_CONFIG = FwQueryConfig(
|
||||
requests=[request for bus, logging in ((0, True), (1, False)) for request in [
|
||||
requests=[request for bus, logging in ((0, False), (1, True)) for request in [
|
||||
Request(
|
||||
[NISSAN_DIAGNOSTIC_REQUEST_KWP, NISSAN_VERSION_REQUEST_KWP],
|
||||
[NISSAN_DIAGNOSTIC_RESPONSE_KWP, NISSAN_VERSION_RESPONSE_KWP],
|
||||
|
||||
Reference in New Issue
Block a user