Update temp.inc.sh

This commit is contained in:
2024-02-24 23:05:48 -06:00
parent 7cee9a00e9
commit ce99d606fc

View File

@@ -152,7 +152,7 @@ CHECKTEMP(){
fi
if ([ "${average}" != "" ] || [ "${temp_f}" != "" ]) && [[ "${SENSOR}" != *"FAN"* ]]; then
if [ "${average}" != "" ]; then
fws=11
fws=9
tmp="${spct}${average_disp}${GAUGESH}"
else
fws=21