This commit is contained in:
Ben Meadors 2023-01-10 11:32:33 -06:00 committed by Thomas Göttgens
parent bc8e9d8e87
commit de5906bab1

View file

@ -648,11 +648,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;
}
/*