Bluetooth: Mesh: Allow to set the extension list size to zero
If instantiated models don't have any relations at all, then the extensions list will be empty. We should allow to disable it at all to not waste RAM. Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
This commit is contained in:
parent
822a82d619
commit
337ba330a2
1 changed files with 1 additions and 1 deletions
|
@ -1431,7 +1431,7 @@ config BT_MESH_COMP_PAGE_2
|
|||
config BT_MESH_MODEL_EXTENSION_LIST_SIZE
|
||||
int "Model extensions list size"
|
||||
depends on BT_MESH_COMP_PAGE_1
|
||||
range 1 255
|
||||
range 0 255
|
||||
default 10
|
||||
help
|
||||
This option specifies how many models relations can be saved.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue