From d75d8ca3cab2f9914778f74ceeb96ac11cf56ce5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 9 Jan 2024 22:22:40 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index d721ddaa..4bb76a56 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -433,7 +433,7 @@ CHECKTEMP_SERVICE_RUNSENSOR(){ temp_h='' if [ "${SENSOR}" == "Powerwall-FAN" ] && [ "${temp_c}" == "0" ]; then pwmconfig & - sleep 4s + sleep 5s killall pwmconfig fi fi