Skip to content

Commit 95da8ad

Browse files
[nrf noup] Select Experimental for persistent subscriptions
Currently, there is an issue with persistent subscriptions when multiple controllers create subscriptions.
1 parent 2d33edf commit 95da8ad

File tree

1 file changed

+5
-1
lines changed
  • config/nrfconnect/chip-module

1 file changed

+5
-1
lines changed

config/nrfconnect/chip-module/Kconfig

+5-1
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,10 @@ config CHIP_CRYPTO_PSA_MIGRATE_DAC_PRIV_KEY
297297
and remove it. After the first boot of the device the DAC private key will be moved
298298
to the PSA ITS secure storage and will not be available in the factory data anymore.
299299
It will be overwritten in the factory data set by zeros.
300-
300+
301+
config CHIP_PERSISTENT_SUBSCRIPTIONS
302+
default n
303+
# selecting experimental for this feature since there is an issue with multiple controllers.
304+
select EXPERIMENTAL
301305

302306
endif # CHIP

0 commit comments

Comments
 (0)