From 816595c8bbdfc3b4388e11348ccd043294d58705 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 12 May 2025 19:46:27 -0500 Subject: [PATCH] Name it --- meshtastic/admin.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index 0c3e40b..b6fc552 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -400,7 +400,7 @@ message AdminMessage { /* * Add a contact (User) to the nodedb */ - Contact add_contact = 66; + SharedContact add_contact = 66; /* * Tell the node to factory reset config everything; all device state and configuration will be returned to factory defaults and BLE bonds will be cleared. @@ -478,7 +478,7 @@ message NodeRemoteHardwarePinsResponse { repeated NodeRemoteHardwarePin node_remote_hardware_pins = 1; } -message Contact { +message SharedContact { /* * The node number of the contact */