啟動畫面文字改成 dragonpilot

This commit is contained in:
Rick Lan
2019-07-03 13:48:32 +10:00
parent be020bdedb
commit 0992311f83

View File

@@ -510,7 +510,7 @@ def main():
if os.getenv("PREPAREONLY") is not None:
spinner_proc = None
else:
spinner_text = "chffrplus" if params.get("Passive")=="1" else "openpilot"
spinner_text = "chffrplus" if params.get("Passive")=="1" else "dragonpilot"
spinner_proc = subprocess.Popen(["./spinner", "loading %s"%spinner_text],
cwd=os.path.join(BASEDIR, "selfdrive", "ui", "spinner"),
close_fds=True)