Update temp.inc.sh
This commit is contained in:
@@ -152,7 +152,7 @@ CHECKTEMP(){
|
|||||||
fi
|
fi
|
||||||
if ([ "${average}" != "" ] || [ "${temp_f}" != "" ]) && [[ "${SENSOR}" != *"FAN"* ]]; then
|
if ([ "${average}" != "" ] || [ "${temp_f}" != "" ]) && [[ "${SENSOR}" != *"FAN"* ]]; then
|
||||||
if [ "${average}" != "" ]; then
|
if [ "${average}" != "" ]; then
|
||||||
fws=11
|
fws=9
|
||||||
tmp="${spct}${average_disp}${GAUGESH}"
|
tmp="${spct}${average_disp}${GAUGESH}"
|
||||||
else
|
else
|
||||||
fws=21
|
fws=21
|
||||||
|
|||||||
Reference in New Issue
Block a user