kopia lustrzana https://github.com/meshtastic/protobufs
added portnum for neighborinfo app
rodzic
834db2e04a
commit
9181274d8a
|
|
@ -142,6 +142,11 @@ enum PortNum {
|
|||
*/
|
||||
TRACEROUTE_APP = 70;
|
||||
|
||||
/*
|
||||
* Aggregates edge info for the network by sending out a list of each node's neighbors
|
||||
*/
|
||||
NEIGHBORINFO_APP = 71;
|
||||
|
||||
/*
|
||||
* Private applications should use portnums >= 256.
|
||||
* To simplify initial development and testing you can use "PRIVATE_APP"
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue