From 6d05d4045b3edb7ea52fedcda872e622d10ec4d0 Mon Sep 17 00:00:00 2001 From: Jason Bruce Date: Sun, 14 Mar 2021 21:47:37 -0400 Subject: [PATCH] changing sensor time wait back to 2s to match docs --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index c605bfe..a584ed1 100644 --- a/config.py +++ b/config.py @@ -46,7 +46,7 @@ gpio_sensor_data = 17 ### is made about switching the relay[s] on & off and for how long. ### The thermocouple is read five times during this period and the highest ### value is used. -sensor_time_wait = 1 +sensor_time_wait = 2 ########################################################################