From de5906bab1ad923d9a1553765b4722ea40cbb706 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 213f592..4811597 100644 --- a/mesh.proto +++ b/mesh.proto @@ -648,11 +648,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; } /*