From 3990520748751d5d5ed44b6e53aabbd943e0f83d Mon Sep 17 00:00:00 2001 From: Andre K Date: Sat, 12 Oct 2024 06:27:59 -0300 Subject: [PATCH] fix device_ui Java outer classname --- meshtastic/device_ui.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshtastic/device_ui.proto b/meshtastic/device_ui.proto index 82474b6..a90e08d 100644 --- a/meshtastic/device_ui.proto +++ b/meshtastic/device_ui.proto @@ -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; -} \ No newline at end of file +}