mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
set AGNOS from /AGNOS file
old-commit-hash: 9cda2d63380dc9b554212ba15e82ca0621ab1945
This commit is contained in:
@@ -6,7 +6,7 @@ from system.hardware.tici.hardware import Tici
|
||||
from system.hardware.pc.hardware import Pc
|
||||
|
||||
TICI = os.path.isfile('/TICI')
|
||||
AGNOS = TICI
|
||||
AGNOS = os.path.isfile('/AGNOS')
|
||||
PC = not TICI
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user