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

Emoji as a waypoint icon
pull/268/head
Thomas Göttgens 2023-01-10 18:48:01 +01:00 zatwierdzone przez GitHub
commit 5f3f6dd7ad
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

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