From: David Woodhouse Date: Fri, 8 Sep 2023 16:41:54 +0000 (+0100) Subject: Make it 0.2°C adjustment X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=41c8d9e39b61fe7aad7f808c6a0b176417cad7ad;p=users%2Fdwmw2%2Fesp32-pool.git Make it 0.2°C adjustment --- diff --git a/pool.yaml b/pool.yaml index 34b3863..ebb8779 100644 --- a/pool.yaml +++ b/pool.yaml @@ -90,7 +90,7 @@ script: // actually accumulating in the water on the roof even while we // vacillate. // - outtemp += 0.1; + outtemp += 0.2; if (outtemp == intemp) return;