Implemented workaround by erinarbleiz as described in #54

This commit is contained in:
Innovation 2024-03-24 06:31:04 -05:00
parent f5546ca32e
commit 35e0098706

View file

@ -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