Implemented workaround by erinarbleiz as described in #54
This commit is contained in:
parent
f5546ca32e
commit
35e0098706
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue