HITL tests: reset jungle on init (#1473)

Co-authored-by: Comma Device <device@comma.ai>
This commit is contained in:
Adeeb Shihadeh
2023-06-20 19:34:05 -07:00
committed by GitHub
parent 9d56e80390
commit 1c574f8a99

View File

@@ -67,6 +67,7 @@ _all_panda_serials = list(_all_pandas.keys())
def init_jungle():
if _panda_jungle is None:
return
_panda_jungle.reset()
clear_can_buffers(_panda_jungle)
_panda_jungle.set_panda_power(True)
_panda_jungle.set_can_loopback(False)