Merge pull request #8 from paulmandal/task/add-portnum-for-atak-forwarder

Add portnum definition for ATAK Forwarder
pull/7/head
Kevin Hester 2021-01-16 13:41:08 +08:00 zatwierdzone przez GitHub
commit 84506adc78
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -88,4 +88,7 @@ enum PortNum {
/** Private applications should use portnums >= 256. To simplify initial development and testing you can use "PRIVATE_APP"
in your code without needing to rebuild protobuf files (via bin/regin_protos.sh) */
PRIVATE_APP = 256;
/** ATAK Forwarder Plugin https://github.com/paulmandal/atak-forwarder */
ATAK_FORWARDER = 257;
}