From 4c8cef507dee365247c7c471ffcbd3d4d5ab9f85 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 25 Feb 2024 09:16:49 -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 08343f6a..784e6dea 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -160,7 +160,7 @@ CHECKTEMP(){ fi if ([ "${average}" != "" ] || [ "${temp_f}" != "" ]) && [[ "${SENSOR}" != *"FAN"* ]]; then if [ "${average}" != "" ]; then - [ "${temp_f}" != "" ] && [ "${temp_f_disp}" != "0" ] && fws=10 || fws=9 + [ "${temp_f}" != "" ] && fws=10 || fws=8 tmp="${spca}${average_disp}${GAUGESH}" else fws=22