Update temp.inc.sh

This commit is contained in:
2023-12-14 17:56:44 -06:00
parent 5feb7e0d80
commit 7770998dd6

View File

@@ -109,7 +109,7 @@ CHECKTEMPSENSOR(){
elif [ "${PW_SENSOR_TYPE[${1}]}" == "lacrosse" ]; then
GET_LACROSSE_INFO "${1}"
echo "HERE: ${DEVICE_INFO[@]}"
temp_c=${DEVICE_INFO['probe_temp']}
# temp_c=${DEVICE_INFO['probe_temp']}
elif [ "${PW_SENSOR_TYPE[${1}]}" == "system" ]; then
temp_c=$(vcgencmd measure_temp)