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