mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-21 16:23:50 +08:00
Hyundai: add PT queries for all ECUs (#31334)
* We never had any bus 0 logging queries for CAN! * should be logging * try all, and try on can fd as well * update refs * oof forgot about hda2 can fd where pt is bus 1 * sheesh * fix the timing * fix ref
This commit is contained in:
@@ -254,7 +254,7 @@ class TestFwFingerprintTiming(unittest.TestCase):
|
||||
|
||||
@pytest.mark.timeout(60)
|
||||
def test_fw_query_timing(self):
|
||||
total_ref_time = {1: 5.55, 2: 6.05}
|
||||
total_ref_time = {1: 5.85, 2: 6.65}
|
||||
brand_ref_times = {
|
||||
1: {
|
||||
'gm': 0.5,
|
||||
@@ -262,7 +262,7 @@ class TestFwFingerprintTiming(unittest.TestCase):
|
||||
'chrysler': 0.3,
|
||||
'ford': 0.1,
|
||||
'honda': 0.55,
|
||||
'hyundai': 0.65,
|
||||
'hyundai': 0.95,
|
||||
'mazda': 0.1,
|
||||
'nissan': 0.8,
|
||||
'subaru': 0.45,
|
||||
@@ -272,7 +272,7 @@ class TestFwFingerprintTiming(unittest.TestCase):
|
||||
},
|
||||
2: {
|
||||
'ford': 0.2,
|
||||
'hyundai': 1.05,
|
||||
'hyundai': 1.65,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user