refactor(settings): Only load used subtrees
This commit is contained in:
parent
b5e17e3b0f
commit
69d48c5715
6 changed files with 7 additions and 11 deletions
|
|
@ -526,7 +526,8 @@ static int zmk_ble_init(const struct device *_arg) {
|
|||
return err;
|
||||
}
|
||||
|
||||
settings_load();
|
||||
settings_load_subtree("ble");
|
||||
settings_load_subtree("bt");
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue