Update temp.inc.sh
This commit is contained in:
@@ -441,8 +441,8 @@ CHECKTEMP(){
|
|||||||
lmd="Normal "
|
lmd="Normal "
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
lclr=""
|
lclr="${idsCL[LightCyan]}"
|
||||||
lmd=" "
|
lmd=" "
|
||||||
fi
|
fi
|
||||||
c=0; spct=''; spc1=`expr 7 - ${#temp_f}`; until [ ${c} = ${spc1} ]; do spct="${spct} "; ((c++)); done
|
c=0; spct=''; spc1=`expr 7 - ${#temp_f}`; until [ ${c} = ${spc1} ]; do spct="${spct} "; ((c++)); done
|
||||||
reading="${lclr}${lmd}${spct}${temp_f}${GAUGESH}"
|
reading="${lclr}${lmd}${spct}${temp_f}${GAUGESH}"
|
||||||
|
|||||||
Reference in New Issue
Block a user