1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 22:38:08 +00:00

main: temporary hack, keep apps.common.storage loaded

This commit is contained in:
Jan Pochyla 2017-01-17 17:43:50 +01:00
parent 984f088519
commit 9914b0db2b

View File

@ -19,6 +19,9 @@ management.boot()
wallet.boot() wallet.boot()
ethereum.boot() ethereum.boot()
# HACK: keep storage loaded at all times
from apps.common import storage
# Change backlight to white for better visibility # Change backlight to white for better visibility
ui.display.backlight(ui.BACKLIGHT_NORMAL) ui.display.backlight(ui.BACKLIGHT_NORMAL)