...and let's not forget to yield...
This commit is contained in:
parent
563c57aa1e
commit
2ff9c7a70d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user