kopia lustrzana https://github.com/meshtastic/protobufs
Merge pull request #578 from meshtastic/tak-detail
Add generic detail payload variant to TAKPacketpull/580/head
commit
0c0d061ec5
|
@ -5,3 +5,4 @@
|
||||||
*GeoChat.message max_size:200
|
*GeoChat.message max_size:200
|
||||||
*GeoChat.to max_size:120
|
*GeoChat.to max_size:120
|
||||||
*GeoChat.to_callsign max_size:120
|
*GeoChat.to_callsign max_size:120
|
||||||
|
*TAKPacket.detail max_size:220
|
|
@ -40,6 +40,12 @@ message TAKPacket {
|
||||||
* ATAK GeoChat message
|
* ATAK GeoChat message
|
||||||
*/
|
*/
|
||||||
GeoChat chat = 6;
|
GeoChat chat = 6;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Generic CoT detail XML
|
||||||
|
* May be compressed / truncated by the sender
|
||||||
|
*/
|
||||||
|
bytes detail = 7;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue