summaryrefslogtreecommitdiff
path: root/src/drivers/nvs.cpp
AgeCommit message (Collapse)Author
2024-02-06fix various of bluetooth issuesjacqueline
connecting and disconnecting is a bit more consistent now!
2024-02-06Start keeping lock switch polarity in nvsjacqueline
i will use this to do a sneaky trick; in-place upgrading brendan, hailey, and erin's devices
2024-01-15Begin migration of remaining screens to Luajacqueline
2023-10-28Annotates the kTag with maybe_unused; they're only used for logging.Robin Howard
2023-10-03Write up the new input modes to NVS and settingsjacqueline
2023-09-26Make NVS access synchronous againjacqueline
Everything relevant is back in internal ram, and likely to stay there.
2023-09-22make bluetooth pairing ui functionaljacqueline
2023-09-13Make the onboarding flow basically work. Much still to do!jacqueline
2023-09-08Flesh out onboarding a little, and add a way to get into itjacqueline
2023-09-04Support changing max volume, persisted to nvsjacqueline
2023-08-29store the screen brightness in nvsjacqueline
2023-08-16Save current output mode to nvsjacqueline
2023-08-15persist preferred bluetooth device in nvsjacqueline
2023-08-01Basic nvs init + bluetooth in the buildjacqueline