Skip to content

Commit

Permalink
Removed old TODO comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonprickett committed Oct 19, 2023
1 parent 8290611 commit 0a61030
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion picow/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def main_menu():
n = 0
while not wlan.isconnected() and wlan.status() >= 0:
gfx.clear_screen()
# TODO sort out these extra params - wordwrap & scale
display.text(f"CONNECTING {SPINNER_CHARS[n]}", 2, 25, gfx.DISPLAY_WIDTH, 2)
display.update()

Expand Down

0 comments on commit 0a61030

Please sign in to comment.