We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd37c60 commit b500f4cCopy full SHA for b500f4c
subsys/mgmt/hawkbit/hawkbit.c
@@ -797,7 +797,7 @@ int hawkbit_set_config(struct hawkbit_runtime_config *config)
797
LOG_DBG("configured %s: %d", "hawkbit/tls_tag", hb_cfg.tls_tag);
798
}
799
#endif /* CONFIG_HAWKBIT_USE_DYNAMIC_CERT_TAG */
800
- settings_save();
+ settings_save_subtree("hawkbit");
801
k_sem_give(&probe_sem);
802
} else {
803
LOG_WRN("failed setting config");
0 commit comments