forked from Elara6331/infinitime
Remove all references to old domain
This commit is contained in:
parent
8961780053
commit
bd2aa32354
@ -3,13 +3,13 @@
|
|||||||
This is a go library for interfacing with InfiniTime firmware
|
This is a go library for interfacing with InfiniTime firmware
|
||||||
over BLE on Linux.
|
over BLE on Linux.
|
||||||
|
|
||||||
[![Go Reference](https://pkg.go.dev/badge/go.arsenm.dev/infinitime.svg)](https://pkg.go.dev/go.arsenm.dev/infinitime)
|
[![Go Reference](https://pkg.go.dev/badge/go.elara.ws/infinitime.svg)](https://pkg.go.dev/go.elara.ws/infinitime)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Importing
|
### Importing
|
||||||
|
|
||||||
This library's import path is `go.arsenm.dev/infinitime`.
|
This library's import path is `go.elara.ws/infinitime`.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -106,9 +106,9 @@ func (*Agent) Cancel() *dbus.Error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// Path returns "/dev/arsenm/infinitime/Agent"
|
// Path returns "/ws/elara/infinitime/Agent"
|
||||||
func (*Agent) Path() dbus.ObjectPath {
|
func (*Agent) Path() dbus.ObjectPath {
|
||||||
return "/dev/arsenm/infinitime/Agent"
|
return "/ws/elara/infinitime/Agent"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Interface returns "org.bluez.Agent1"
|
// Interface returns "org.bluez.Agent1"
|
||||||
|
Loading…
Reference in New Issue
Block a user