From aac4085c6ce502cbdaf6a03c90a0016f9f7cd880 Mon Sep 17 00:00:00 2001 From: John Pickup Date: Thu, 1 Jun 2023 10:19:57 +0100 Subject: [PATCH] Update config.py --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 91d2f64..31232f6 100644 --- a/config.py +++ b/config.py @@ -60,7 +60,7 @@ gpio_sensor_di = 10 # only used with max31856 # Every N seconds a decision is made about switching the relay[s] # on & off and for how long. The thermocouple is read # temperature_average_samples times during and the average value is used. -sensor_time_wait = 2 +sensor_time_wait = 10 ########################################################################