Merge pull request #600 from meshtastic/device_ui_java_name

fix `device_ui` Java outer classname
This commit is contained in:
Ben Meadors 2024-10-12 04:30:05 -05:00 committed by GitHub
commit 49ebc47832
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
}