mirror of
https://github.com/commaai/panda.git
synced 2026-06-12 23:27:23 +08:00
HITL tests: reset jungle on init (#1473)
Co-authored-by: Comma Device <device@comma.ai>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user