mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-23 01:04:05 +08:00
啟動畫面文字改成 dragonpilot
This commit is contained in:
@@ -510,7 +510,7 @@ def main():
|
|||||||
if os.getenv("PREPAREONLY") is not None:
|
if os.getenv("PREPAREONLY") is not None:
|
||||||
spinner_proc = None
|
spinner_proc = None
|
||||||
else:
|
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],
|
spinner_proc = subprocess.Popen(["./spinner", "loading %s"%spinner_text],
|
||||||
cwd=os.path.join(BASEDIR, "selfdrive", "ui", "spinner"),
|
cwd=os.path.join(BASEDIR, "selfdrive", "ui", "spinner"),
|
||||||
close_fds=True)
|
close_fds=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user