Skip to content

Commit

Permalink
increased delay for USB init
Browse files Browse the repository at this point in the history
  • Loading branch information
thirdr committed Dec 21, 2022
1 parent f4a86fb commit f4ab444
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 f4ab444

Please sign in to comment.