Merge pull request #267 from meshtastic/waypoint-emoji-pin

Emoji as a waypoint icon
This commit is contained in:
Thomas Göttgens 2023-01-10 18:48:01 +01:00 committed by GitHub
commit 5f3f6dd7ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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