diff options
Diffstat (limited to 'util.go')
| -rw-r--r-- | util.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ package meshtastic import ( - pbuf "buf.build/gen/go/meshtastic/protobufs/protocolbuffers/go/meshtastic" + pbuf "github.com/crypto-smoke/meshtastic-go/meshtastic" ) type Node struct { |
