Merge pull request #578 from meshtastic/tak-detail

Add generic detail payload variant to TAKPacket
pull/580/head
Thomas Göttgens 2024-09-16 12:37:48 +02:00 zatwierdzone przez GitHub
commit 0c0d061ec5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -5,3 +5,4 @@
*GeoChat.message max_size:200
*GeoChat.to max_size:120
*GeoChat.to_callsign max_size:120
*TAKPacket.detail max_size:220

Wyświetl plik

@ -40,6 +40,12 @@ message TAKPacket {
* ATAK GeoChat message
*/
GeoChat chat = 6;
/*
* Generic CoT detail XML
* May be compressed / truncated by the sender
*/
bytes detail = 7;
}
}