From 44177c3ad6765f06ed37d7f7444e32cee8f19ff4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 29 Feb 2024 07:17:43 -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 bbcef89b..ae88134b 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -127,11 +127,11 @@ CHECKTEMP(){ until [ ${c} = ${spc1} ]; do spct="${spct} "; c=`expr ${c} + 1`; done reading="${lclr}${lmd}${spct}${temp_f_disp}${GAUGESH}" else - temp_f="" temp_f_disp=" " lclr="${idsCL[Yellow]}" lmd="" reading="${idsCL[Yellow]}Sensor ${temp_f^} " + temp_f="" fi else temp_f=""