Skip to content

Commit

Permalink
word_clock.py: fixed 'nine' not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
thirdr committed Dec 20, 2024
1 parent 8391caf commit 264410e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/word_clock.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
rtc = machine.RTC()
time_string = None
words = ["it", "d", "is", "m", "about", "lv", "half", "c", "quarter", "b", "to", "past", "n", "one",
"two", "three", "four", "five", "six", "eleven", "ten", "d", "nin", "eight", "seven", "rm", "twelve", "rtywtqdj", "O'Clock", "grd", "nhelloprestoa"]
"two", "three", "four", "five", "six", "eleven", "ten", "d", "qdh", "eight", "seven", "rm", "twelve", "nine", "p", "ncsnheypresto", "O'Clock", "agrdsp"]

# WiFi setup
wifi = presto.connect()
Expand Down

0 comments on commit 264410e

Please sign in to comment.