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