From ce99d606fc06fd57ad0914a9ffe6220cd4a139b3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 24 Feb 2024 23:05:48 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 68fe0456..79f2f3f4 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -152,7 +152,7 @@ CHECKTEMP(){ fi if ([ "${average}" != "" ] || [ "${temp_f}" != "" ]) && [[ "${SENSOR}" != *"FAN"* ]]; then if [ "${average}" != "" ]; then - fws=11 + fws=9 tmp="${spct}${average_disp}${GAUGESH}" else fws=21