Skip to content

Commit 1cacdf8

Browse files
nordicjmnashif
authored andcommitted
doc: services: device_mgmt: smp_groups: Add note on single setting
Adds a note that saving single settings is supported, when the required Kconfig is enabled Signed-off-by: Jamie McCrae <[email protected]>
1 parent 24e0515 commit 1cacdf8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/services/device_mgmt/smp_groups/smp_group_3.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -492,10 +492,12 @@ where:
492492
.. table::
493493
:align: center
494494

495-
+--------+--------------------------------------------------------------------------------+
496-
| "name" | If provided, contains the settings subtree name to save, if not then will save |
497-
| | all settings. |
498-
+--------+--------------------------------------------------------------------------------+
495+
+--------+---------------------------------------------------------------------------------------+
496+
| "name" | If provided, contains the settings subtree name to save (can also be a single setting |
497+
| | name if :kconfig:option:`CONFIG_SETTINGS_SAVE_SINGLE_SUBTREE_WITHOUT_MODIFICATION` is |
498+
| | enabled), if not then will save all settings. |
499+
+--------+---------------------------------------------------------------------------------------+
500+
499501

500502
Save settings response
501503
======================

0 commit comments

Comments
 (0)