Skip to content

Commit

Permalink
fix device_ui Java outer classname
Browse files Browse the repository at this point in the history
  • Loading branch information
andrekir authored Oct 12, 2024
1 parent fd57601 commit 3990520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meshtastic/device_ui.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";

Expand Down Expand Up @@ -164,4 +164,4 @@ enum Language {
* Spanish
*/
SPANISH = 5;
}
}

0 comments on commit 3990520

Please sign in to comment.