kopia lustrzana https://github.com/meshtastic/protobufs
Better name for is_key_manually_verified
rodzic
2b59c7f519
commit
08d7a07a4a
|
|
@ -167,7 +167,7 @@ message NodeInfoLite {
|
|||
|
||||
/*
|
||||
* Bitfield for storing booleans.
|
||||
* LSB 0 is_manually_validated
|
||||
* LSB 0 is_key_manually_verified
|
||||
*/
|
||||
uint32 bitfield = 13;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1465,7 +1465,7 @@ message NodeInfo {
|
|||
* Persists between NodeDB internal clean ups
|
||||
* LSB 0 of the bitfield
|
||||
*/
|
||||
bool is_manually_validated = 12;
|
||||
bool is_key_manually_verified = 12;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue