Update temp.inc.sh

This commit is contained in:
2024-06-30 13:12:50 -05:00
parent b89a2f4b42
commit cb7a8b706c

View File

@@ -442,7 +442,7 @@ CHECKTEMP(){
fi
else
lclr="${idsCL[LightCyan]}"
lmd=" "
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}"