File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ def format_time(seconds):
481
481
status = "Ready"
482
482
if last_state != "ready" :
483
483
oven .beep .refresh ()
484
- draw_profile (graph , oven .sprofile )
484
+ draw_profile (sgraph , oven .sprofile )
485
485
timer_data .text = format_time (0 )
486
486
if button .label != "Start" :
487
487
button .label = "Start"
@@ -517,7 +517,6 @@ def format_time(seconds):
517
517
print (oven .state )
518
518
if oven_temp >= 50 :
519
519
sgraph .draw_graph_point (int (timediff ), oven_temp ,
520
- size = TEMP_SIZE , color = 3 )
520
+ size = TEMP_SIZE , color = 3 )
521
521
522
522
last_state = oven .state
523
-
Original file line number Diff line number Diff line change @@ -59,4 +59,3 @@ def oven_control(enable=False):
59
59
print ("Modify config.json with these values for your oven:" )
60
60
print ("calibrate_temp:" , lag_temp )
61
61
print ("calibrate_seconds:" ,lag_time )
62
-
You can’t perform that action at this time.
0 commit comments