From 2ff9c7a70d2159c4caf63d4e29556027c526b008 Mon Sep 17 00:00:00 2001 From: Snorre Selmer Date: Wed, 10 Nov 2021 18:52:25 +0100 Subject: [PATCH] ...and let's not forget to yield... --- heating_cooling.ic10 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/heating_cooling.ic10 b/heating_cooling.ic10 index c67cb62..b9ee6f5 100644 --- a/heating_cooling.ic10 +++ b/heating_cooling.ic10 @@ -63,6 +63,7 @@ s temp_disp Setting curr_temp j ra cooling: +yield jal temp_read # test if coolers need to be on or not @@ -81,6 +82,7 @@ bgtz cooling_active cooling j start heating: +yield jal temp_read # test if heaters need to be on or not