From 9914b0db2be9fd0ec9c6fd66929e8d4303bbde6a Mon Sep 17 00:00:00 2001 From: Jan Pochyla Date: Tue, 17 Jan 2017 17:43:50 +0100 Subject: [PATCH] main: temporary hack, keep apps.common.storage loaded --- src/main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.py b/src/main.py index 506230c7..61005eb4 100644 --- a/src/main.py +++ b/src/main.py @@ -19,6 +19,9 @@ management.boot() wallet.boot() ethereum.boot() +# HACK: keep storage loaded at all times +from apps.common import storage + # Change backlight to white for better visibility ui.display.backlight(ui.BACKLIGHT_NORMAL)