Update temp.inc.sh

This commit is contained in:
2023-12-26 21:37:29 -06:00
parent a17a62f822
commit e2cd22cf80

View File

@@ -721,8 +721,8 @@ SENDTEMP(){
echo -e "${SENSOR}${spc}No Data"
fi
[ "${temp_c}" != "null" ] && [ "${temp_c}" != "" ] && [ "${last_sensor}" != "${SENSOR%%-*}" ] && echo
last_sensor=${SENSOR%%-*}
# [ "${temp_c}" != "null" ] && [ "${temp_c}" != "" ] && [ "${last_sensor}" != "${SENSOR%%-*}" ] && echo
# last_sensor=${SENSOR%%-*}
done
fi