Update temp.inc.sh

This commit is contained in:
2024-06-30 13:10:25 -05:00
parent 29e5b80182
commit 92689c56f9

View File

@@ -441,8 +441,8 @@ CHECKTEMP(){
lmd="Normal "
fi
else
lclr=""
lmd=" "
lclr="${idsCL[LightCyan]}"
lmd=" "
fi
c=0; spct=''; spc1=`expr 7 - ${#temp_f}`; until [ ${c} = ${spc1} ]; do spct="${spct} "; ((c++)); done
reading="${lclr}${lmd}${spct}${temp_f}${GAUGESH}"