mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #267 from meshtastic/waypoint-emoji-pin
Emoji as a waypoint icon
This commit is contained in:
commit
5f3f6dd7ad
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue