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)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
daMgmt := btmgmt.NewBtMgmt(adapterID)
|
//daMgmt := btmgmt.NewBtMgmt(adapterID)
|
||||||
daMgmt.SetPowered(true)
|
//daMgmt.SetPowered(true)
|
||||||
|
|
||||||
defaultAdapter = da
|
defaultAdapter = da
|
||||||
itdAgent = ag
|
itdAgent = ag
|
||||||
|
|
Loading…
Reference in a new issue