Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only load from EEPROM when the information is requested #14

Open
lr-m opened this issue Jan 28, 2023 · 0 comments
Open

Only load from EEPROM when the information is requested #14

lr-m opened this issue Jan 28, 2023 · 0 comments

Comments

@lr-m
Copy link
Owner

lr-m commented Jan 28, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant