Use hci0 device for BlueTooth
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Søren Rasmussen 2022-07-24 14:42:01 +02:00
parent 500efc0da8
commit ce647f2898

View file

@ -49,7 +49,7 @@ func NewScanner() *Scanner {
func (s *Scanner) Scan(ctx context.Context, timeout time.Duration) error {
s.devices = make(map[Color]Tilt)
d, err := dev.NewDevice("go-tilt")
d, err := dev.NewDevice("hci0")
if err != nil {
return err
}