Skip to content

Commit

Permalink
Add SecurityConfig to Localonly
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett committed Aug 7, 2024
1 parent a3a5ca1 commit 398700b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meshtastic/localonly.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 398700b

Please sign in to comment.