Update temp.inc.sh

This commit is contained in:
2024-02-24 23:04:52 -06:00
parent 75ed74b2f4
commit 7cee9a00e9

View File

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