mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #579 from powersjcb/optional-hops_away
convert hops_away from required to optional
This commit is contained in:
commit
1e212f1135
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue