NUM_SLOTS in PSRAM increased from 64 to 100

(cherry picked from commit 325435b678)
This commit is contained in:
scgbckbone 2023-09-22 18:44:02 +02:00 committed by doc-hex
parent ea37bc0b69
commit e1cdafb272
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

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