Skip to content

Commit dae43cb

Browse files
committed
Add latest ble firmware
1 parent 2f3d737 commit dae43cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bitbox-da14531-firmware.o

68 Bytes
Binary file not shown.

src/factorysetup.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747

4848
// We commit to the BLE firmware hash here to avoid accidentally installing an unexpected firmware.
4949
static const uint8_t _allowed_ble_fw_hash[32] =
50-
"\xdd\x67\x9f\x54\x6c\x3e\xea\xab\x4e\x2a\x23\x94\x19\x90\xc2\xee\xaa\xb9\x12\xea\x68\x90\x09"
51-
"\x20\xb6\x18\x5d\x20\x34\x72\xe8\xf8";
50+
"\x6d\x9e\x19\xe4\x94\x31\x0b\x73\x0b\xfe\x22\x8a\x4d\xdc\x50\x3b\xee\xd1\x5f\xa1\x28\xd2\xea"
51+
"\x35\x44\x6f\xb8\xad\x35\x02\xac\x7a";
5252

5353
// 65 bytes uncompressed secp256k1 root attestation pubkey.
5454
#define ROOT_PUBKEY_SIZE 65

0 commit comments

Comments
 (0)