set AGNOS from /AGNOS file

pull/24637/head
Adeeb Shihadeh 3 years ago
parent 83c5d2ede6
commit 9cda2d6338
  1. 2
      system/hardware/__init__.py

@ -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

Loading…
Cancel
Save