diff options
Diffstat (limited to 'transport/client.go')
| -rw-r--r-- | transport/client.go | 2 |
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" |
