increased delay for USB init

This commit is contained in:
thirdr 2022-12-21 12:07:23 +00:00
parent f4a86fb5e5
commit f4ab44489c
1 changed files with 1 additions and 1 deletions

View File

@ -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)