mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
fix device_ui Java outer classname
This commit is contained in:
parent
fd5760108a
commit
3990520748
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ package meshtastic;
|
|||
|
||||
option csharp_namespace = "Meshtastic.Protobufs";
|
||||
option go_package = "github.com/meshtastic/go/generated";
|
||||
option java_outer_classname = "LocalOnlyProtos";
|
||||
option java_outer_classname = "DeviceUIProtos";
|
||||
option java_package = "com.geeksville.mesh";
|
||||
option swift_prefix = "";
|
||||
|
||||
|
|
@ -164,4 +164,4 @@ enum Language {
|
|||
* Spanish
|
||||
*/
|
||||
SPANISH = 5;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue