misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-02-27 03:16:15 +01:00
parent b4cd5f2a6d
commit ee59fefbcd
6 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
package modules
import "github.com/currantlabs/gatt"
import "github.com/bettercap/gatt"
var defaultBLEClientOptions = []gatt.Option{
gatt.MacDeviceRole(gatt.CentralManager),