kopia lustrzana https://github.com/pimoroni/pimoroni-pico
Merge pull request #609 from pimoroni/patch-usbfix
usb-fix for Inky Frame Launcherpull/621/head v1.19.11
commit
955f4e57a4
|
@ -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)
|
||||
|
|
Ładowanie…
Reference in New Issue