Skip to content

Commit c57fc04

Browse files
committed
Travis fixes
1 parent bfc10a4 commit c57fc04

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

PyPortal_EZ_Make_Oven/code.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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-

PyPortal_EZ_Make_Oven/codecalibrate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,3 @@ def oven_control(enable=False):
5959
print("Modify config.json with these values for your oven:")
6060
print("calibrate_temp:", lag_temp)
6161
print("calibrate_seconds:",lag_time)
62-

0 commit comments

Comments
 (0)