You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now a lot of parameter handling is in the responsibility of the individual subsystem, but storing/restoring from flash is in bb::ConfigStorage. Could refactor:
registering actual pointers to variables
handling set/get commands within bb::Subsystem, with a notification mechanism to subclass that something has been changed
With this, we could relieve individual subsystems from most of the work they're currently doing around this.
The text was updated successfully, but these errors were encountered:
Right now a lot of parameter handling is in the responsibility of the individual subsystem, but storing/restoring from flash is in
bb::ConfigStorage
. Could refactor:bb::Subsystem
, with a notification mechanism to subclass that something has been changedWith this, we could relieve individual subsystems from most of the work they're currently doing around this.
The text was updated successfully, but these errors were encountered: