From 7fbb2162ee448b8d8a1744f9a3e31db86149da21 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 6 Feb 2024 09:01:12 +1100 Subject: Start keeping lock switch polarity in nvs i will use this to do a sneaky trick; in-place upgrading brendan, hailey, and erin's devices --- src/drivers/include/nvs.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/drivers/include/nvs.hpp') diff --git a/src/drivers/include/nvs.hpp b/src/drivers/include/nvs.hpp index bf0bebab..f592b1c3 100644 --- a/src/drivers/include/nvs.hpp +++ b/src/drivers/include/nvs.hpp @@ -22,6 +22,9 @@ class NvsStorage { public: static auto OpenSync() -> NvsStorage*; + auto LockPolarity() -> bool; + auto LockPolarity(bool) -> bool; + auto PreferredBluetoothDevice() -> std::optional; auto PreferredBluetoothDevice(std::optional) -> bool; -- cgit v1.2.3