Add portnum definition for ATAK Forwarder

pull/8/head
Paul Mandal 2021-01-15 21:03:21 -07:00
rodzic 4c62d8e536
commit 4f9da902e2
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;
}