From 7f047d6357a299f7704debdb2968e7818a1a81e7 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 27 Jul 2023 14:39:13 -0400 Subject: [PATCH] added expeceted code for neighborinfo for simplicity of merge --- meshtastic/admin.proto | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index 952ecaa..ac2fd5d 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -109,7 +109,12 @@ message AdminMessage { * TODO: REPLACE */ REMOTEHARDWARE_CONFIG = 8; - + + /* + * TODO: REPLACE + */ + NEIGHBORINFO_CONFIG = 9; + /* * TODO: REPLACE */ @@ -330,4 +335,4 @@ message NodeRemoteHardwarePinsResponse { * Nodes and their respective remote hardware GPIO pins */ repeated NodeRemoteHardwarePin node_remote_hardware_pins = 1; -} +} \ No newline at end of file