aboutsummaryrefslogtreecommitdiff
path: root/radio/radio.go
diff options
context:
space:
mode:
Diffstat (limited to 'radio/radio.go')
-rw-r--r--radio/radio.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/radio/radio.go b/radio/radio.go
index 749cbae..adabd0f 100644
--- a/radio/radio.go
+++ b/radio/radio.go
@@ -1,10 +1,10 @@
package radio
import (
- generated "buf.build/gen/go/meshtastic/protobufs/protocolbuffers/go/meshtastic"
"encoding/base64"
"errors"
"fmt"
+ generated "github.com/crypto-smoke/meshtastic-go/meshtastic"
"google.golang.org/protobuf/proto"
)