From b28af5896028ebd90de2e7c4d0a6221a70d4dac0 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Thu, 17 Nov 2022 11:40:39 -0500 Subject: [PATCH] validation of already initialized BT #4191 --- firmware/console/binary/bluetooth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/console/binary/bluetooth.cpp b/firmware/console/binary/bluetooth.cpp index 903fedac46..b35468d409 100644 --- a/firmware/console/binary/bluetooth.cpp +++ b/firmware/console/binary/bluetooth.cpp @@ -23,7 +23,7 @@ #if EFI_BLUETOOTH_SETUP #ifndef EFI_BLUETOOTH_SETUP_DEBUG -#define EFI_BLUETOOTH_SETUP_DEBUG FALSE +#define EFI_BLUETOOTH_SETUP_DEBUG TRUE #endif static bool btProcessIsStarted = false;