NUM_SLOTS in PSRAM increased from 64 to 100
(cherry picked from commit 325435b678)
This commit is contained in:
parent
ea37bc0b69
commit
e1cdafb272
@ -15,6 +15,7 @@
|
||||
was removed as a consequence of this change.
|
||||
- Enhancement: Showing secrets now also display extended private key for BIP-39
|
||||
passphrase wallets.
|
||||
- Enhancement: Increase number of slots in PSRAM memory from 64 to 100
|
||||
- Bugfix: Fixed off by one bug in `Trick Pins -> Login Countdown` chooser
|
||||
|
||||
## 5.1.4 - 2023-09-08
|
||||
|
||||
@ -79,7 +79,7 @@ KEEP_IF_BLANK_SETTINGS = ["bkpw", "wa", "sighshchk", "emu", "rz",
|
||||
"axskip", "del", "pms", "idle_to", "b39skip"]
|
||||
|
||||
|
||||
NUM_SLOTS = const(64)
|
||||
NUM_SLOTS = const(100)
|
||||
SLOTS = range(NUM_SLOTS)
|
||||
MK4_WORKDIR = '/flash/settings/'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user