Merge pull request #506 from meshtastic/chunked-delivery-plumbing

Added to_callsign to atak GeoChat
pull/507/head
Ben Meadors 2024-05-30 08:54:12 -05:00 zatwierdzone przez GitHub
commit 9e61b82331
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -3,4 +3,5 @@
*Status.battery int_size:8
*PLI.course int_size:16
*GeoChat.message max_size:200
*GeoChat.to max_size:120
*GeoChat.to max_size:120
*GeoChat.to_callsign max_size:120

Wyświetl plik

@ -56,6 +56,11 @@ message GeoChat {
* Uid recipient of the message
*/
optional string to = 2;
/*
* Callsign of the recipient for the message
*/
optional string to_callsign = 3;
}
/*