Skip to content

Commit

Permalink
Merge pull request #600 from meshtastic/device_ui_java_name
Browse files Browse the repository at this point in the history
fix `device_ui` Java outer classname
  • Loading branch information
thebentern authored Oct 12, 2024
2 parents fd57601 + 3990520 commit 49ebc47
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 49ebc47

Please sign in to comment.