Update temp.inc.sh

This commit is contained in:
2024-02-25 09:18:51 -06:00
parent 728f7866b8
commit 5241641a61

View File

@@ -160,7 +160,7 @@ CHECKTEMP(){
fi
if ([ "${average}" != "" ] || [ "${temp_f}" != "" ]) && [[ "${SENSOR}" != *"FAN"* ]]; then
if [ "${average}" != "" ]; then
[ "${temp_f}" != "" ] && fws=10 || fws=10
fws=10
tmp="${spca}${average_disp}${GAUGESH}"
else
fws=22