From 35e0098706564302c9b3e8d4a978ee25c5893b6b Mon Sep 17 00:00:00 2001 From: Innovation Date: Sun, 24 Mar 2024 06:31:04 -0500 Subject: [PATCH] Implemented workaround by erinarbleiz as described in #54 --- btsetup.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/btsetup.go b/btsetup.go index 3233ba0..9dc74a4 100644 --- a/btsetup.go +++ b/btsetup.go @@ -33,8 +33,8 @@ func Init(adapterID string) { panic(err) } - daMgmt := btmgmt.NewBtMgmt(adapterID) - daMgmt.SetPowered(true) + //daMgmt := btmgmt.NewBtMgmt(adapterID) + //daMgmt.SetPowered(true) defaultAdapter = da itdAgent = ag