bump panda (#35784)

This commit is contained in:
Adeeb Shihadeh
2025-07-21 18:42:32 -07:00
committed by GitHub
parent 87270952c4
commit e0656f9b44
2 changed files with 2 additions and 3 deletions
+1 -1
Submodule panda updated: f849893bdc...ee32eb5240
+1 -2
View File
@@ -40,8 +40,7 @@ if __name__ == "__main__":
panda = Panda()
panda.set_safety_mode(CarParams.SafetyModel.elm327)
bus = 1 if panda.has_obd() else 0
uds_client = UdsClient(panda, MQB_EPS_CAN_ADDR, MQB_EPS_CAN_ADDR + RX_OFFSET, bus, timeout=0.2)
uds_client = UdsClient(panda, MQB_EPS_CAN_ADDR, MQB_EPS_CAN_ADDR + RX_OFFSET, 1, timeout=0.2)
try:
uds_client.diagnostic_session_control(SESSION_TYPE.EXTENDED_DIAGNOSTIC)