From 334ee97c2b44ee203c04df7585e88ee77f66e023 Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Thu, 7 Mar 2019 15:04:20 +0100 Subject: [PATCH] Script execution --- script/device/Auto.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/device/Auto.py b/script/device/Auto.py index 2f21208..fbd012d 100644 --- a/script/device/Auto.py +++ b/script/device/Auto.py @@ -71,6 +71,7 @@ def auto_init(): # for safety, set the thresh values gigantically high to start with AUTO_THRESH1_COUNT=100; AUTO_THRESH2_COUNT=100; AUTO_THRESH3_COUNT=100 AUTO_THRESH4_COUNT=100 + COUNT_TIME = AUTO_EXP_LO auto_init()