mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 10:02:06 +08:00
manager: remove RTC time pull (#31270)
old-commit-hash: 98564961cd5244b36d3371efaaab421a50716129
This commit is contained in:
@@ -11,7 +11,6 @@ import cereal.messaging as messaging
|
||||
import openpilot.selfdrive.sentry as sentry
|
||||
from openpilot.common.params import Params, ParamKeyType
|
||||
from openpilot.common.text_window import TextWindow
|
||||
from openpilot.selfdrive.boardd.set_time import set_time
|
||||
from openpilot.system.hardware import HARDWARE, PC
|
||||
from openpilot.selfdrive.manager.helpers import unblock_stdout, write_onroad_params, save_bootlog
|
||||
from openpilot.selfdrive.manager.process import ensure_running
|
||||
@@ -25,10 +24,6 @@ from openpilot.system.version import is_dirty, get_commit, get_version, get_orig
|
||||
|
||||
|
||||
def manager_init() -> None:
|
||||
# update system time from panda
|
||||
set_time(cloudlog)
|
||||
|
||||
# save boot log
|
||||
save_bootlog()
|
||||
|
||||
params = Params()
|
||||
|
||||
Reference in New Issue
Block a user