mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +00:00
apps/homescreen: wait longer
TODO: rework homescreen processes
This commit is contained in:
parent
80a8757740
commit
01ba81f041
@ -13,7 +13,7 @@ async def dim_screen():
|
||||
await loop.sleep(5 * 1000000)
|
||||
await ui.backlight_slide(ui.BACKLIGHT_DIM)
|
||||
while True:
|
||||
await loop.sleep(1000000)
|
||||
await loop.sleep(10000000)
|
||||
|
||||
|
||||
def display_homescreen():
|
||||
|
Loading…
Reference in New Issue
Block a user