Update temp.inc.sh

This commit is contained in:
2024-02-29 07:17:43 -06:00
parent 5ccfa8ffa3
commit 44177c3ad6

View File

@@ -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=""