From 440b965e710a6d4475f26c53d6e6ea89f14e2f30 Mon Sep 17 00:00:00 2001 From: thebentern Date: Thu, 12 Jan 2023 01:38:21 +0000 Subject: [PATCH] [create-pull-request] automated change --- protobufs | 2 +- src/mesh/generated/mesh.pb.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/protobufs b/protobufs index 570cee3f3..e00b5ba7d 160000 --- a/protobufs +++ b/protobufs @@ -1 +1 @@ -Subproject commit 570cee3f31c8a1acfb31e0f3f434bf25b8451a52 +Subproject commit e00b5ba7d06053d820f1123351881fc4fa9270d1 diff --git a/src/mesh/generated/mesh.pb.h b/src/mesh/generated/mesh.pb.h index 5ff84a223..984ae33ee 100644 --- a/src/mesh/generated/mesh.pb.h +++ b/src/mesh/generated/mesh.pb.h @@ -444,7 +444,7 @@ typedef struct _Waypoint { /* Description of the waypoint - max 100 chars */ char description[100]; /* Designator icon for the waypoint in the form of a unicode emoji */ - uint32_t emoji; + uint32_t icon; } Waypoint; typedef PB_BYTES_ARRAY_T(256) MeshPacket_encrypted_t; @@ -853,7 +853,7 @@ extern "C" { #define Waypoint_locked_tag 5 #define Waypoint_name_tag 6 #define Waypoint_description_tag 7 -#define Waypoint_emoji_tag 8 +#define Waypoint_icon_tag 8 #define MeshPacket_from_tag 1 #define MeshPacket_to_tag 2 #define MeshPacket_channel_tag 3 @@ -985,7 +985,7 @@ X(a, STATIC, SINGULAR, UINT32, expire, 4) \ X(a, STATIC, SINGULAR, BOOL, locked, 5) \ X(a, STATIC, SINGULAR, STRING, name, 6) \ X(a, STATIC, SINGULAR, STRING, description, 7) \ -X(a, STATIC, SINGULAR, FIXED32, emoji, 8) +X(a, STATIC, SINGULAR, FIXED32, icon, 8) #define Waypoint_CALLBACK NULL #define Waypoint_DEFAULT NULL