diff --git a/picow/main.py b/picow/main.py index 1365a63..0755a3e 100644 --- a/picow/main.py +++ b/picow/main.py @@ -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()