kopia lustrzana https://github.com/jbruce12000/kiln-controller
clear status on each oven iteration
rodzic
7883a39dd3
commit
8295303954
|
|
@ -17,7 +17,7 @@ listening_port = 8081
|
|||
|
||||
########################################################################
|
||||
# how long the display module waits between polls for key-presses (s)
|
||||
display_sleep_time=0.2
|
||||
display_sleep_time=0.15
|
||||
|
||||
########################################################################
|
||||
# Cost Information
|
||||
|
|
|
|||
|
|
@ -416,6 +416,7 @@ class Oven(threading.Thread):
|
|||
time.sleep(1)
|
||||
continue
|
||||
if self.state == "RUNNING":
|
||||
self.status = ""
|
||||
self.update_cost()
|
||||
self.save_automatic_restart_state()
|
||||
self.kiln_must_catch_up()
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue