mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 19:12:07 +08:00
don't write last update time param on pc
old-commit-hash: 29ac94b71997303fdd2cae137a1a3ccd016868e7
This commit is contained in:
@@ -33,10 +33,10 @@ def manager_init():
|
||||
default_params = [
|
||||
("CompletedTrainingVersion", "0"),
|
||||
("HasAcceptedTerms", "0"),
|
||||
("LastUpdateTime", datetime.datetime.utcnow().isoformat().encode('utf8')),
|
||||
("OpenpilotEnabledToggle", "1"),
|
||||
]
|
||||
|
||||
if not PC:
|
||||
default_params.append(("LastUpdateTime", datetime.datetime.utcnow().isoformat().encode('utf8')))
|
||||
if TICI:
|
||||
default_params.append(("EnableLteOnroad", "1"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user