diff --git a/app/main.c b/app/main.c index 6fefb5b..d70febd 100644 --- a/app/main.c +++ b/app/main.c @@ -22,7 +22,7 @@ APP_DEF_TASK(ui, UI_STACK_SIZE); #define FW_MAJOR 0 #define FW_MINOR 8 -#define FW_PATCH 2 +#define FW_PATCH 3 __attribute__((section(".fw_signature"))) __attribute__((__used__)) const uint8_t FW_SIGNATURE[64]; __attribute__((section(".fw_version"))) __attribute__((__used__)) const uint8_t FW_VERSION[4] = { FW_MAJOR, FW_MINOR, FW_PATCH, 0}; diff --git a/app/ui/ui.c b/app/ui/ui.c index c46708c..100c136 100644 --- a/app/ui/ui.c +++ b/app/ui/ui.c @@ -7,7 +7,7 @@ #include "ui.h" #include "ui_internal.h" -#define MNEMO_WORDS_TO_CONFIRM 6 +#define MNEMO_WORDS_TO_CONFIRM 4 #define MNEMO_CHOICE_COUNT 3 core_evt_t ui_qrscan(ur_type_t type, void* out) {