Make Heater Control Settings Persistent #200
Labels
enhancement
New feature or request
feature-nice-to-have
Not a bug fix. Not essential to mission success but is likely to make things easier.
small
Only several lines of code and quick to test.
WD
Code changes to the WatchDog
Milestone
Make
m_hParams
persistent (make it static persistent and have it pointed to byWatchdogStateDetails
?)NOTE: There's a lot of stuff in this struct we don't care about (deprecated) but needs to stay there.
NOTE: This would likely require inits to CE, etc. depending on source (or we could just persist everything EXCEPT thermistor source, which is probably fine since we know BattRT works).
Sensible way to do this would be to add separate variables (or 1 separate struct) for the things we care about, persist those, and just use them to init
m_hParams
. Be sure to check all references tom_hParams
and its children if taking this approach.The text was updated successfully, but these errors were encountered: