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