mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-24 01:23:45 +08:00
Remove panda set power functions (#20712)
* remove panda set power functions * removed
This commit is contained in:
@@ -9,7 +9,6 @@ os.environ['FILEREADER_CACHE'] = '1'
|
||||
|
||||
from common.realtime import config_realtime_process, Ratekeeper
|
||||
from selfdrive.boardd.boardd import can_capnp_to_can_list
|
||||
from selfdrive.pandad import set_panda_power
|
||||
from tools.lib.logreader import LogReader
|
||||
|
||||
from panda import Panda
|
||||
@@ -78,7 +77,6 @@ def connect():
|
||||
time.sleep(1)
|
||||
|
||||
if __name__ == "__main__":
|
||||
set_panda_power(False)
|
||||
time.sleep(1)
|
||||
|
||||
if "FLASH" in os.environ and PandaJungle is not None:
|
||||
|
||||
Reference in New Issue
Block a user