Update temp.inc.sh

This commit is contained in:
2024-05-09 19:54:42 -05:00
parent cb2ce3523a
commit 9813bd9219

View File

@@ -223,6 +223,10 @@ CHECKTEMP(){
fi fi
echo -e "${idsCL[Default]}" echo -e "${idsCL[Default]}"
fi fi
if [ ${DETAILS} -eq 1 ]; then
echo here
fi
echo echo
last_sensor=${SENSOR} last_sensor=${SENSOR}
@@ -375,6 +379,7 @@ CHECKTEMP(){
else else
echo -e "${idsCL[Default]}" echo -e "${idsCL[Default]}"
fi fi
if [ ${DETAILS} -eq 1 ]; then if [ ${DETAILS} -eq 1 ]; then
echo here echo here
fi fi