fix(core): adding SECMON_MONOTONIC_VERSION counter to DISC2

[no changelog]
This commit is contained in:
bleska
2026-02-12 09:45:37 +01:00
parent 3fe213622e
commit f45b187a85
2 changed files with 4 additions and 0 deletions

View File

@@ -31,6 +31,9 @@
#define SECRET_MONOTONIC_COUNTER_1_OFFSET (0x410)
#define SECRET_MONOTONIC_COUNTER_1_LEN 0x400
#define SECRET_MONOTONIC_COUNTER_2_OFFSET 0x810
#define SECRET_MONOTONIC_COUNTER_2_LEN 0x400
// second page: refreshed on wallet wipe
#define SECRET_BHK_OFFSET 0x2000
#define SECRET_BHK_LEN 0x20

View File

@@ -1,3 +1,4 @@
#define BOOTLOADER_MONOTONIC_VERSION 1
#define FIRMWARE_MONOTONIC_VERSION 1
#define SECMON_MONOTONIC_VERSION 1