Skip to content

Commit 19fbbe0

Browse files
authored
Fixed #169 (#170)
1 parent 3790f18 commit 19fbbe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/crypto/constants.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// According to this explanation: https://github.com/flipperdevices/flipperzero-firmware/issues/2885#issuecomment-1646664666
66
// disabling usage of any key which is "the same across all devices"
7-
#define ACCEPTABLE_CRYPTO_KEY_SLOT_START (6)
7+
#define ACCEPTABLE_CRYPTO_KEY_SLOT_START (12)
88
#define ACCEPTABLE_CRYPTO_KEY_SLOT_END (100)
99

1010
#define DEFAULT_CRYPTO_KEY_SLOT ACCEPTABLE_CRYPTO_KEY_SLOT_START

0 commit comments

Comments
 (0)