kopia lustrzana https://github.com/meshtastic/protobufs
Add portnum definition for ATAK Forwarder
rodzic
4c62d8e536
commit
4f9da902e2
|
@ -88,4 +88,7 @@ enum PortNum {
|
||||||
/** Private applications should use portnums >= 256. To simplify initial development and testing you can use "PRIVATE_APP"
|
/** 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) */
|
in your code without needing to rebuild protobuf files (via bin/regin_protos.sh) */
|
||||||
PRIVATE_APP = 256;
|
PRIVATE_APP = 256;
|
||||||
|
|
||||||
|
/** ATAK Forwarder Plugin https://github.com/paulmandal/atak-forwarder */
|
||||||
|
ATAK_FORWARDER = 257;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue