version bump

This commit is contained in:
Michele Balistreri 2024-06-07 12:17:39 +02:00
parent 1aa56a8a10
commit 57961a2bac
No known key found for this signature in database
GPG Key ID: E9567DA33A4F791A
2 changed files with 2 additions and 2 deletions

View File

@ -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};

View File

@ -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) {