mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #791 from ford-jones/8226-persisted-favorites
Optionally preserve favorite nodes during a nodedb reset
This commit is contained in:
commit
7654db2e2d
1 changed files with 2 additions and 1 deletions
|
|
@ -469,8 +469,9 @@ message AdminMessage {
|
|||
|
||||
/*
|
||||
* Tell the node to reset the nodedb.
|
||||
* When true, favorites are preserved through reset.
|
||||
*/
|
||||
int32 nodedb_reset = 100;
|
||||
bool nodedb_reset = 100;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue