mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Convert reset tag to bool in favor of additional settings
This commit is contained in:
parent
38d0665011
commit
68dee221b2
2 changed files with 2 additions and 6 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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -262,11 +262,6 @@ message Config {
|
|||
* Defaults to ENABLED
|
||||
*/
|
||||
BuzzerMode buzzer_mode = 13;
|
||||
|
||||
/*
|
||||
* When true, favourited nodes are persisted through NodeDB resets.
|
||||
*/
|
||||
bool preserve_favorites = 14;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue