Add SecurityConfig to Localonly

This commit is contained in:
Jonathan Bennett 2024-08-06 21:01:46 -05:00
parent ecc4d42053
commit 6cde2e2672

View file

@ -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 {