kopia lustrzana https://github.com/meshtastic/protobufs
Add is_favorite to NodeInfo/Lite
rodzic
556e49ba61
commit
76f12f8b61
|
@ -127,6 +127,12 @@ message NodeInfoLite {
|
||||||
* Number of hops away from us this node is (0 if adjacent)
|
* Number of hops away from us this node is (0 if adjacent)
|
||||||
*/
|
*/
|
||||||
uint32 hops_away = 9;
|
uint32 hops_away = 9;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* True if node is in our favorites list
|
||||||
|
* Persists between NodeDB resets and internal clean up
|
||||||
|
*/
|
||||||
|
bool is_favorite = 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1126,6 +1126,12 @@ message NodeInfo {
|
||||||
* Number of hops away from us this node is (0 if adjacent)
|
* Number of hops away from us this node is (0 if adjacent)
|
||||||
*/
|
*/
|
||||||
uint32 hops_away = 9;
|
uint32 hops_away = 9;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* True if node is in our favorites list
|
||||||
|
* Persists between NodeDB resets and internal clean up
|
||||||
|
*/
|
||||||
|
bool is_favorite = 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Ładowanie…
Reference in New Issue