mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Fix import
This commit is contained in:
parent
fbc3d3023e
commit
0291247f45
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ syntax = "proto3";
|
|||
|
||||
package meshtastic;
|
||||
|
||||
import "meshtastic/device_ui.proto";
|
||||
import "device_ui.proto";
|
||||
|
||||
option csharp_namespace = "Meshtastic.Protobufs";
|
||||
option go_package = "github.com/meshtastic/go/generated";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue