kopia lustrzana https://github.com/meshtastic/protobufs
Merge pull request #579 from powersjcb/optional-hops_away
convert hops_away from required to optionalpull/581/head
commit
1e212f1135
|
@ -141,7 +141,7 @@ message NodeInfoLite {
|
|||
/*
|
||||
* Number of hops away from us this node is (0 if adjacent)
|
||||
*/
|
||||
uint32 hops_away = 9;
|
||||
optional uint32 hops_away = 9;
|
||||
|
||||
/*
|
||||
* True if node is in our favorites list
|
||||
|
|
|
@ -1316,7 +1316,7 @@ message NodeInfo {
|
|||
/*
|
||||
* Number of hops away from us this node is (0 if adjacent)
|
||||
*/
|
||||
uint32 hops_away = 9;
|
||||
optional uint32 hops_away = 9;
|
||||
|
||||
/*
|
||||
* True if node is in our favorites list
|
||||
|
|
Ładowanie…
Reference in New Issue