mirror of https://github.com/commaai/panda.git
Revert "HITL tests: reset jungle on init (#1473)"
This reverts commit 1c574f8a99
.
This commit is contained in:
parent
73798d7dce
commit
04f0c4261c
|
@ -67,7 +67,6 @@ _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)
|
||||
|
|
Loading…
Reference in New Issue