From e2cd22cf8038a31488ab6e581c905bf07cb24757 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 26 Dec 2023 21:37:29 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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