aboutsummaryrefslogtreecommitdiff
path: root/example/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'example/main.go')
-rw-r--r--example/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/main.go b/example/main.go
index 884ee36..886ae92 100644
--- a/example/main.go
+++ b/example/main.go
@@ -1,9 +1,9 @@
package main
import (
- pb "buf.build/gen/go/meshtastic/protobufs/protocolbuffers/go/meshtastic"
"context"
"github.com/charmbracelet/log"
+ pb "github.com/crypto-smoke/meshtastic-go/meshtastic"
"github.com/crypto-smoke/meshtastic-go/transport"
"github.com/crypto-smoke/meshtastic-go/transport/serial"
"google.golang.org/protobuf/proto"