Update temp.inc.sh
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user