Update temp.inc.sh

This commit is contained in:
2024-04-21 15:07:44 -05:00
parent 3aafa98194
commit d7e6fce009

View File

@@ -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