mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
fix connection_status.proto java_outer_classname
This commit is contained in:
parent
384b664a75
commit
25b1eda0ac
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ package meshtastic;
|
|||
|
||||
option optimize_for = LITE_RUNTIME;
|
||||
option java_package = "com.geeksville.mesh";
|
||||
option java_outer_classname = "ConfigProtos";
|
||||
option java_outer_classname = "ConnStatusProtos";
|
||||
option go_package = "github.com/meshtastic/go/generated";
|
||||
option csharp_namespace = "Meshtastic.Protobufs";
|
||||
option swift_prefix = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue