From 7cee9a00e95083fb627fce79106e8bbd655fb8e7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 24 Feb 2024 23:04:52 -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 f386bd68..68fe0456 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -153,7 +153,7 @@ CHECKTEMP(){ if ([ "${average}" != "" ] || [ "${temp_f}" != "" ]) && [[ "${SENSOR}" != *"FAN"* ]]; then if [ "${average}" != "" ]; then fws=11 - tmp="${spct}${averagedisp}${GAUGESH}" + tmp="${spct}${average_disp}${GAUGESH}" else fws=21 tmp="${spct}${temp_f_disp}${GAUGESH}"