From fcf0fddab860a00d2ccb97323963e49fbf545af5 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 28 Jun 2024 10:24:51 -0500 Subject: [PATCH] Same line --- meshtastic/config.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 7f4a5dc..50c7539 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -39,8 +39,8 @@ message Config { * Description: Combination of both ROUTER and CLIENT. Not for mobile devices. * Deprecated in v2.3.15 because improper usage is impacting public meshes: Use ROUTER or CLIENT instead. */ - [deprecated = true] - ROUTER_CLIENT = 3; + + ROUTER_CLIENT = 3 [deprecated = true]; /* * Description: Infrastructure node for extending network coverage by relaying messages with minimal overhead. Not visible in Nodes list.