NUM_SLOTS in PSRAM increased from 64 to 100

This commit is contained in:
scgbckbone 2023-09-22 18:44:02 +02:00 committed by doc-hex
parent 9f408c2167
commit 325435b678
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -78,7 +78,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/'