...and let's not forget to yield...

This commit is contained in:
Snorre Selmer 2021-11-10 18:52:25 +01:00
parent 563c57aa1e
commit 2ff9c7a70d

View File

@ -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