This commit is contained in:
Ben Meadors 2023-01-10 11:32:33 -06:00
parent 098ba8e696
commit b95a2b6c4f

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