kscholty / SmartShuntINA226

22 stars 9 forks source link

Saving History #4

Open itgenmar opened 5 months ago

itgenmar commented 5 months ago

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 commented 5 months ago

Screenshot_20240205_075410_Chrome

mrpeter322 commented 2 weeks ago

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.