joshuajayg / solar_monitor

Three channel solar monitoring circuit using the LTC4151
0 stars 1 forks source link

Request for SPIFFS storage of last values #6

Open joshuajayg opened 4 years ago

joshuajayg commented 4 years ago

When the board loses power, the "initial values" are re-read and applied to the current global variables. A better solution would be to periodically store globals in SPIFFS so that upon a power cycle of the board, the latest values get re-saved as the initial global variables.