From b95a2b6c4ff83af907c125a57a0c4d86cb9a3208 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Tue, 10 Jan 2023 11:32:33 -0600 Subject: [PATCH] :poop: --- mesh.proto | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mesh.proto b/mesh.proto index f4d38a8..252e6c1 100644 --- a/mesh.proto +++ b/mesh.proto @@ -647,11 +647,15 @@ message Waypoint { */ string name = 6; - /** + /* * Description of the waypoint - max 100 chars */ string description = 7; + /* + * Designator icon for the waypoint in the form of a unicode emoji + */ + fixed32 emoji = 8; } /*