Update config.py

This commit is contained in:
John Pickup 2023-06-01 10:19:57 +01:00 committed by GitHub
parent e38808b5e0
commit aac4085c6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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