Use hci0 device for BlueTooth
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
500efc0da8
commit
ce647f2898
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ func NewScanner() *Scanner {
|
||||||
func (s *Scanner) Scan(ctx context.Context, timeout time.Duration) error {
|
func (s *Scanner) Scan(ctx context.Context, timeout time.Duration) error {
|
||||||
s.devices = make(map[Color]Tilt)
|
s.devices = make(map[Color]Tilt)
|
||||||
|
|
||||||
d, err := dev.NewDevice("go-tilt")
|
d, err := dev.NewDevice("hci0")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue