aboutsummaryrefslogtreecommitdiff
path: root/emulated/example/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'emulated/example/main.go')
-rw-r--r--emulated/example/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulated/example/main.go b/emulated/example/main.go
index e2978e2..36b36c3 100644
--- a/emulated/example/main.go
+++ b/emulated/example/main.go
@@ -1,12 +1,12 @@
package main
import (
- pb "buf.build/gen/go/meshtastic/protobufs/protocolbuffers/go/meshtastic"
"context"
"fmt"
"github.com/charmbracelet/log"
"github.com/crypto-smoke/meshtastic-go"
"github.com/crypto-smoke/meshtastic-go/emulated"
+ pb "github.com/crypto-smoke/meshtastic-go/meshtastic"
"github.com/crypto-smoke/meshtastic-go/mqtt"
"github.com/crypto-smoke/meshtastic-go/radio"
"github.com/crypto-smoke/meshtastic-go/transport"