increased delay for USB init

pull/609/head
thirdr 2022-12-21 12:07:23 +00:00
rodzic f4a86fb5e5
commit f4ab44489c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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