We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc2928 commit 3d59e52Copy full SHA for 3d59e52
1 file changed
PyPortal_EZ_Make_Oven/code.py
@@ -16,7 +16,7 @@
16
from adafruit_mcp9600 import MCP9600
17
18
TITLE = "EZ Make Oven Controller"
19
-VERSION = "1.0.0"
+VERSION = "1.0.1"
20
21
print(TITLE, "version ", VERSION)
22
time.sleep(2)
@@ -532,6 +532,7 @@ def format_time(seconds):
532
message.text = "Wait"
533
button.label = "Wait"
534
oven.set_state("wait")
535
+ time.sleep(1) # for debounce
536
if oven.sensor_status:
537
if oven.state == "ready":
538
status = "Ready"
0 commit comments