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
ControlX2 is currently a stateless application, ignoring the fields it saves for settings.
This story tracks wiring up a SQLite database and associated schemas to the app so that it can store its own information about the pump's state, which can then be used by other subcomponents (like the history log fetcher or nightscout uploader).
Until sqlite is configured to store state, we can't implement many necessary features.
The text was updated successfully, but these errors were encountered:
ControlX2 is currently a stateless application, ignoring the fields it saves for settings.
This story tracks wiring up a SQLite database and associated schemas to the app so that it can store its own information about the pump's state, which can then be used by other subcomponents (like the history log fetcher or nightscout uploader).
Until sqlite is configured to store state, we can't implement many necessary features.
The text was updated successfully, but these errors were encountered: