diff options
| author | Smoke <[email protected]> | 2024-02-19 04:47:16 -1000 |
|---|---|---|
| committer | Smoke <[email protected]> | 2024-02-19 04:47:16 -1000 |
| commit | 73373c348b95aae81853f558e660f71a92e992c6 (patch) | |
| tree | 09f7115b98b8f8d628d176620fb45fed96c2134f /mqtt/node.go | |
| parent | 9d39006b7524ccba4021c6a7797383620b5d6f11 (diff) | |
update import paths
Diffstat (limited to 'mqtt/node.go')
| -rw-r--r-- | mqtt/node.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mqtt/node.go b/mqtt/node.go index fa5fdb7..085db0c 100644 --- a/mqtt/node.go +++ b/mqtt/node.go @@ -1,6 +1,6 @@ package mqtt -import meshtastic "github.com/crypto-smoke/meshtastic-go/meshtastic" +import meshtastic "github.com/meshnet-gophers/meshtastic-go/meshtastic" // Node implements a meshtastic node that connects only via MQTT type Node struct { |
