Browse Source

add: vpu-dual -single

micha 11 months ago
parent
commit
4e81cfe9e2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      vpu/watchdog_vpu.py

+ 3 - 0
vpu/watchdog_vpu.py

@@ -171,6 +171,9 @@ while 1:
         r2=vpu02()
     r3=vpu03()
 
+
+    if "-single" in sys.argv:
+        break
     time.sleep(3)