diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 25c38164..d721f3cd 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -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