啟動畫面文字改為 dragonpilot

This commit is contained in:
Rick Lan
2019-07-03 13:50:00 +10:00
parent a42fea2041
commit 8cb09e1329
+1 -1
View File
@@ -520,7 +520,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)