]> www.infradead.org Git - users/dwmw2/esp32-pool.git/commitdiff
Make it 0.2°C adjustment
authorDavid Woodhouse <dwmw@amazon.co.uk>
Fri, 8 Sep 2023 16:41:54 +0000 (17:41 +0100)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Fri, 8 Sep 2023 16:41:54 +0000 (17:41 +0100)
pool.yaml

index 34b3863c26145bd09210e23eeb88228883fab0fb..ebb8779ad624d39ce2e056e872df028c04ab67ec 100644 (file)
--- 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;