From 596cf20462833daa7e83bbb8a22f8c6bcdc3c8fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Thu, 16 Jun 2022 21:21:23 +0200 Subject: [PATCH] Don't send all of localconfig, but the parts one by one --- mesh.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mesh.proto b/mesh.proto index f367ae0..46cf4ea 100644 --- a/mesh.proto +++ b/mesh.proto @@ -4,7 +4,7 @@ option java_package = "com.geeksville.mesh"; option optimize_for = LITE_RUNTIME; option go_package = "github.com/meshtastic/gomeshproto"; -import "localonly.proto"; +import "config.proto"; import "portnums.proto"; import "telemetry.proto"; @@ -1227,9 +1227,9 @@ message FromRadio { NodeInfo node_info = 4; /* - * Include the entire config (was: RadioConfig radio) + * Include a part of the config (was: RadioConfig radio) */ - LocalConfig config = 6; + Config config = 6; /* * Set to send debug console output over our protobuf stream