Skip to content

Commit

Permalink
Merge pull request #609 from pimoroni/patch-usbfix
Browse files Browse the repository at this point in the history
usb-fix for Inky Frame Launcher
  • Loading branch information
Gadgetoid authored Dec 21, 2022
2 parents f4a86fb + f4ab444 commit 955f4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micropython/examples/inky_frame/inkylauncher/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WIFI_PASSWORD = "Your WiFi password"

# A short delay to give USB chance to initialise
time.sleep(0.1)
time.sleep(0.5)

# Setup for the display.
graphics = PicoGraphics(DISPLAY)
Expand Down

0 comments on commit 955f4e5

Please sign in to comment.