From 99c56641e9ee531a0553ff19422009dd667a3add Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 6 Feb 2024 12:38:11 +1100 Subject: fix various of bluetooth issues connecting and disconnecting is a bit more consistent now! --- src/drivers/include/nvs.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drivers/include/nvs.hpp') diff --git a/src/drivers/include/nvs.hpp b/src/drivers/include/nvs.hpp index f592b1c3..1184b72c 100644 --- a/src/drivers/include/nvs.hpp +++ b/src/drivers/include/nvs.hpp @@ -25,8 +25,8 @@ class NvsStorage { auto LockPolarity() -> bool; auto LockPolarity(bool) -> bool; - auto PreferredBluetoothDevice() -> std::optional; - auto PreferredBluetoothDevice(std::optional) -> bool; + auto PreferredBluetoothDevice() -> std::optional; + auto PreferredBluetoothDevice(std::optional) -> bool; enum class Output : uint8_t { kHeadphones = 0, -- cgit v1.2.3