joshuajayg / solar_monitor

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

It would be nice to be able to set the initial values for several reported values #5

Closed joshuajayg closed 4 years ago

joshuajayg commented 4 years ago

Things like state of charge, amphours, and watthours get reset when you remove and add power or re-upload the sketch. It would be handy to be able to set these initial values when uploading the sketch.

joshuajayg commented 4 years ago

Added initial values in the sketch and a check up setup() to set these initial values in the global variables.