From eda5e8cee28182b6ad5ea1a411669b7fe787d6dd Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Thu, 8 Feb 2024 10:12:37 -0600 Subject: [PATCH] Add to --- meshtastic/atak.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/atak.proto b/meshtastic/atak.proto index 5b07e82..ae8092e 100644 --- a/meshtastic/atak.proto +++ b/meshtastic/atak.proto @@ -51,6 +51,11 @@ message GeoChat { * The text message */ string message = 1; + + /* + * Uid recipient of the message + */ + optional string to = 2; } /*