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; } /*