mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add SecurityConfig to Localonly
This commit is contained in:
parent
ecc4d42053
commit
6cde2e2672
1 changed files with 5 additions and 0 deletions
|
|
@ -58,6 +58,11 @@ message LocalConfig {
|
|||
* NodeDB.cpp in the device code.
|
||||
*/
|
||||
uint32 version = 8;
|
||||
|
||||
/*
|
||||
* The part of the config that is specific to Security settings
|
||||
*/
|
||||
Config.SecurityConfig security = 9;
|
||||
}
|
||||
|
||||
message LocalModuleConfig {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue