Update temp.inc.sh

This commit is contained in:
2024-02-24 23:06:24 -06:00
parent ce99d606fc
commit b94ce49545

View File

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