mici training guide tuneups (#36652)

* bump up size

* lil more

* rm param

* 5m timeout and 100% brightness

* set parasm:
This commit is contained in:
Adeeb Shihadeh
2025-11-19 15:03:28 -08:00
committed by GitHub
parent 3a001dd71c
commit f0d8ebd851
8 changed files with 48 additions and 34 deletions
+1 -3
View File
@@ -17,7 +17,7 @@ from openpilot.system.manager.process import ensure_running
from openpilot.system.manager.process_config import managed_processes
from openpilot.system.athena.registration import register, UNREGISTERED_DONGLE_ID
from openpilot.common.swaglog import cloudlog, add_file_handler
from openpilot.system.version import get_build_metadata, terms_version, training_version
from openpilot.system.version import get_build_metadata
from openpilot.system.hardware.hw import Paths
@@ -54,8 +54,6 @@ def manager_init() -> None:
# set params
serial = HARDWARE.get_serial()
params.put("Version", build_metadata.openpilot.version)
params.put("TermsVersion", terms_version)
params.put("TrainingVersion", training_version)
params.put("GitCommit", build_metadata.openpilot.git_commit)
params.put("GitCommitDate", build_metadata.openpilot.git_commit_date)
params.put("GitBranch", build_metadata.channel)