someone added storerequest app?

This commit is contained in:
Kevin Hester
2021-01-29 10:14:36 +08:00
parent fa9e31fe03
commit c81d090464
4 changed files with 34 additions and 11 deletions

View File

@@ -19,6 +19,7 @@ typedef enum _PortNum {
PortNum_REPLY_APP = 32,
PortNum_IP_TUNNEL_APP = 33,
PortNum_SERIAL_APP = 64,
PortNum_STORE_REQUEST_APP = 65,
PortNum_PRIVATE_APP = 256,
PortNum_ATAK_FORWARDER = 257
} PortNum;