From 41c8d9e39b61fe7aad7f808c6a0b176417cad7ad Mon Sep 17 00:00:00 2001 From: David Woodhouse <dwmw@amazon.co.uk> Date: Fri, 8 Sep 2023 17:41:54 +0100 Subject: [PATCH] =?utf8?q?Make=20it=200.2=C2=B0C=20adjustment?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pool.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.49.0