File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ def format_time(seconds):
481481 status = "Ready"
482482 if last_state != "ready" :
483483 oven .beep .refresh ()
484- draw_profile (graph , oven .sprofile )
484+ draw_profile (sgraph , oven .sprofile )
485485 timer_data .text = format_time (0 )
486486 if button .label != "Start" :
487487 button .label = "Start"
@@ -517,7 +517,6 @@ def format_time(seconds):
517517 print (oven .state )
518518 if oven_temp >= 50 :
519519 sgraph .draw_graph_point (int (timediff ), oven_temp ,
520- size = TEMP_SIZE , color = 3 )
520+ size = TEMP_SIZE , color = 3 )
521521
522522 last_state = oven .state
523-
Original file line number Diff line number Diff line change @@ -59,4 +59,3 @@ def oven_control(enable=False):
5959print ("Modify config.json with these values for your oven:" )
6060print ("calibrate_temp:" , lag_temp )
6161print ("calibrate_seconds:" ,lag_time )
62-
You can’t perform that action at this time.
0 commit comments