We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cae13f commit bad78aeCopy full SHA for bad78ae
PyPortal_Quarantine_Clock/code.py
@@ -36,7 +36,7 @@
36
"evening","evening","late evening","late evening"]
37
38
# Days of the week
39
-week_days = ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"]
+week_days = ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]
40
41
esp32_cs = digitalio.DigitalInOut(board.ESP_CS)
42
esp32_ready = digitalio.DigitalInOut(board.ESP_BUSY)
0 commit comments