From 788eb675a521625cc5e363d4d575f44facaf2ec3 Mon Sep 17 00:00:00 2001 From: Jan Pochyla Date: Thu, 9 Jun 2016 16:32:46 +0200 Subject: [PATCH] remove seed app initialization --- src/main.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main.py b/src/main.py index c5cdc95b..83bf0bdd 100644 --- a/src/main.py +++ b/src/main.py @@ -6,19 +6,17 @@ from apps import playground from apps import homescreen from apps import management from apps import wallet -from apps import seed # Initialize all applications playground.boot() homescreen.boot() management.boot() wallet.boot() -seed.boot() -#change backlight to white for better visibility +# Change backlight to white for better visibility trezor.ui.display.backlight(255) -# just a demo to show how to register USB ifaces +# Just a demo to show how to register USB ifaces msg.setup([(1, 0xF53C), (2, 0xF1D0)]) # Load default homescreen