From b77767e1693121386c560234008395dca514d5a1 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 11 Jan 2023 18:01:47 -0600 Subject: [PATCH] Rename to icon --- mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh.proto b/mesh.proto index 4811597..7fde1ca 100644 --- a/mesh.proto +++ b/mesh.proto @@ -656,7 +656,7 @@ message Waypoint { /* * Designator icon for the waypoint in the form of a unicode emoji */ - fixed32 emoji = 8; + fixed32 icon = 8; } /*