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

Saving History #4

Open
itgenmar opened this issue Feb 5, 2024 · 2 comments
Open

Saving History #4

itgenmar opened this issue Feb 5, 2024 · 2 comments

Comments

@itgenmar
Copy link

itgenmar commented Feb 5, 2024

Each time when the esp32 powers off the history is lost. Is there a way to implement saving the data?

Screenshot_20240205_074017_Chrome

@itgenmar
Copy link
Author

itgenmar commented Feb 5, 2024

Screenshot_20240205_075410_Chrome

@mrpeter322
Copy link

You need to save data into persistant memory as basic saving into variable (etc.) is power dependent. Please see docs for your main module and what options you have. If none just buy the external microsd slot with some microsd card or any other memory module which will be used for storing data. But focus on frequently accessing this data as measuirng writing and reading this data will be very frequent job. So maybe basic sd card option will be no go for long run. Please make some research.

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

2 participants