Revert "啟動畫面文字改成 dragonpilot"

This reverts commit 0992311f
This commit is contained in:
Rick Lan
2019-07-03 13:49:18 +10:00
parent 0992311f83
commit 17f21c5b6f
+1 -1
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 "dragonpilot"
spinner_text = "chffrplus" if params.get("Passive")=="1" else "openpilot"
spinner_proc = subprocess.Popen(["./spinner", "loading %s"%spinner_text],
cwd=os.path.join(BASEDIR, "selfdrive", "ui", "spinner"),
close_fds=True)