wip
This commit is contained in:
@@ -65,10 +65,6 @@ def manager_init(frogpilot_functions) -> None:
|
||||
if is_release_branch():
|
||||
params.clear_all(ParamKeyType.DEVELOPMENT_ONLY)
|
||||
|
||||
if not params.get_bool("CameraViewReset"):
|
||||
params.remove("CameraView")
|
||||
params.put_bool("CameraViewReset", True)
|
||||
|
||||
default_params: list[tuple[str, str | bytes]] = [
|
||||
("CarParamsPersistent", ""),
|
||||
("CompletedTrainingVersion", "0"),
|
||||
|
||||
Reference in New Issue
Block a user