Update temp.inc.sh

This commit is contained in:
2024-02-25 09:12:38 -06:00
parent 278b388f8a
commit 41cb2f9e29

View File

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