Add SecurityConfig to Localonly

pull/557/head
Jonathan Bennett 2024-08-06 21:01:46 -05:00
rodzic ecc4d42053
commit 6cde2e2672
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -58,6 +58,11 @@ message LocalConfig {
* NodeDB.cpp in the device code. * NodeDB.cpp in the device code.
*/ */
uint32 version = 8; uint32 version = 8;
/*
* The part of the config that is specific to Security settings
*/
Config.SecurityConfig security = 9;
} }
message LocalModuleConfig { message LocalModuleConfig {