fix device_ui Java outer classname

This commit is contained in:
Andre K 2024-10-12 06:27:59 -03:00 committed by GitHub
parent fd5760108a
commit 3990520748
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;
}
}