increased delay for USB init
This commit is contained in:
parent
f4a86fb5e5
commit
f4ab44489c
|
@ -11,7 +11,7 @@ import inky_helper as ih
|
|||
# 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)
|
||||
|
|
Loading…
Reference in New Issue