aboutsummaryrefslogtreecommitdiff
path: root/transport/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'transport/client.go')
-rw-r--r--transport/client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/transport/client.go b/transport/client.go
index c638cf4..214ecf0 100644
--- a/transport/client.go
+++ b/transport/client.go
@@ -1,10 +1,10 @@
package transport
import (
- "buf.build/gen/go/meshtastic/protobufs/protocolbuffers/go/meshtastic"
"context"
"errors"
"fmt"
+ meshtastic "github.com/crypto-smoke/meshtastic-go/meshtastic"
"google.golang.org/protobuf/proto"
"log/slog"
"math/rand"