You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, basically all of the saved EEPROM data is loaded into the heap, this is causing crashes when lots of wallet entries are being added to the device. To fix this, I need to change the code to load the data from the eeprom when it is needed, rather than storing the encrypted entries in the heap. This should not make anything noticeably slower
The text was updated successfully, but these errors were encountered:
At the moment, basically all of the saved EEPROM data is loaded into the heap, this is causing crashes when lots of wallet entries are being added to the device. To fix this, I need to change the code to load the data from the eeprom when it is needed, rather than storing the encrypted entries in the heap. This should not make anything noticeably slower
The text was updated successfully, but these errors were encountered: