From a1d64dce073a03c6f6d756abae56fb669e87fb3f Mon Sep 17 00:00:00 2001 From: ailurux Date: Tue, 10 Dec 2024 13:30:27 +1100 Subject: [PATCH] Allow for connecting to the paired device from the known devices list --- src/drivers/bluetooth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/bluetooth.cpp b/src/drivers/bluetooth.cpp index 3da5dd0c..cba19323 100644 --- a/src/drivers/bluetooth.cpp +++ b/src/drivers/bluetooth.cpp @@ -396,7 +396,7 @@ auto BluetoothState::pairedDevice() -> std::optional { auto BluetoothState::pairedDevice(std::optional dev) -> void { auto cur = sPairedWith_; if (dev && cur && dev->mac == cur->mac) { - return; + ESP_LOGI(kTag, "Paired device updated with same value"); } if (dev) { ESP_LOGI(kTag, "pairing with '%s' (%u%u%u%u%u%u)", dev->name.c_str(),