From 41cb2f9e29498bfbbfe7f9318b103a0de8aae08a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 25 Feb 2024 09:12:38 -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 789568ee..c2efdb32 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -161,7 +161,7 @@ CHECKTEMP(){ if ([ "${average}" != "" ] || [ "${temp_f}" != "" ]) && [[ "${SENSOR}" != *"FAN"* ]]; then if [ "${average}" != "" ]; then [ "${temp_f}" != "" ] && [ "${temp_f_disp}" != "0" ] && fws=11 || fws=9 - tmp="${spct}${average_disp}${GAUGESH}" + tmp="${spca}${average_disp}${GAUGESH}" else fws=21 tmp="${spct}${temp_f_disp}${GAUGESH}"