From 371d76d9eea0705e916ce2d093efc6e9ad5d2b2b Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 26 Nov 2023 08:17:50 -0600 Subject: [PATCH] Config include --- meshtastic/deviceonly.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meshtastic/deviceonly.proto b/meshtastic/deviceonly.proto index 75f9913..864b4b1 100644 --- a/meshtastic/deviceonly.proto +++ b/meshtastic/deviceonly.proto @@ -7,6 +7,7 @@ import "meshtastic/localonly.proto"; import "meshtastic/mesh.proto"; import "meshtastic/telemetry.proto"; import "meshtastic/module_config.proto"; +import "meshtastic/config.proto"; option csharp_namespace = "Meshtastic.Protobufs"; option go_package = "github.com/meshtastic/go/generated"; @@ -116,7 +117,7 @@ message NodeInfoLite { * local channel index we heard that node on. Only populated if its not the default channel. */ uint32 channel = 7; - + /* * Indicates that the device's role in the mesh */