From e4f954f55b2ccfdf463a3377e20099993d5c01aa Mon Sep 17 00:00:00 2001 From: jbruce12000 Date: Sat, 21 Jan 2023 11:26:30 -0500 Subject: [PATCH] change from 20 temp samples/sec to 5 --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index a2f01b9..3a7dd90 100644 --- a/config.py +++ b/config.py @@ -172,7 +172,7 @@ thermocouple_offset=0 # The larger the number, the more load on the board. K type # thermocouples have a precision of about 1/2 degree C. # The median of these samples is used for the temperature. -temperature_average_samples = 40 +temperature_average_samples = 10 # Thermocouple AC frequency filtering - set to True if in a 50Hz locale, else leave at False for 60Hz locale ac_freq_50hz = False