aboutsummaryrefslogtreecommitdiff
path: root/mqtt
diff options
context:
space:
mode:
authorSmoke <[email protected]>2024-02-16 06:58:59 -1000
committerGitHub <[email protected]>2024-02-16 06:58:59 -1000
commit59d8f1e1d46abe92e114d50a7a1852bdb8baa608 (patch)
tree13387a512fe8844f91da6c96622f5d2073459075 /mqtt
parent06f88424566478b7a8e5817fd6af3d2a76e34519 (diff)
feat/update-protobufs (#16)
* use meshnet-gophers protobufs * update go.mod for meshnet-gophers protobufs * update protos * add gitignore * update go.mod * use locally generated protobufs * add generate.go * use meshtastic protobufs upstream
Diffstat (limited to 'mqtt')
-rw-r--r--mqtt/node.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mqtt/node.go b/mqtt/node.go
index 3400307..fa5fdb7 100644
--- a/mqtt/node.go
+++ b/mqtt/node.go
@@ -1,6 +1,6 @@
package mqtt
-import "buf.build/gen/go/meshtastic/protobufs/protocolbuffers/go/meshtastic"
+import meshtastic "github.com/crypto-smoke/meshtastic-go/meshtastic"
// Node implements a meshtastic node that connects only via MQTT
type Node struct {