Update temp.inc.sh
This commit is contained in:
@@ -127,11 +127,11 @@ CHECKTEMP(){
|
|||||||
until [ ${c} = ${spc1} ]; do spct="${spct} "; c=`expr ${c} + 1`; done
|
until [ ${c} = ${spc1} ]; do spct="${spct} "; c=`expr ${c} + 1`; done
|
||||||
reading="${lclr}${lmd}${spct}${temp_f_disp}${GAUGESH}"
|
reading="${lclr}${lmd}${spct}${temp_f_disp}${GAUGESH}"
|
||||||
else
|
else
|
||||||
temp_f=""
|
|
||||||
temp_f_disp=" "
|
temp_f_disp=" "
|
||||||
lclr="${idsCL[Yellow]}"
|
lclr="${idsCL[Yellow]}"
|
||||||
lmd=""
|
lmd=""
|
||||||
reading="${idsCL[Yellow]}Sensor ${temp_f^} "
|
reading="${idsCL[Yellow]}Sensor ${temp_f^} "
|
||||||
|
temp_f=""
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
temp_f=""
|
temp_f=""
|
||||||
|
|||||||
Reference in New Issue
Block a user