We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d33edf commit 95da8adCopy full SHA for 95da8ad
config/nrfconnect/chip-module/Kconfig
@@ -297,6 +297,10 @@ config CHIP_CRYPTO_PSA_MIGRATE_DAC_PRIV_KEY
297
and remove it. After the first boot of the device the DAC private key will be moved
298
to the PSA ITS secure storage and will not be available in the factory data anymore.
299
It will be overwritten in the factory data set by zeros.
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
305
306
endif # CHIP
0 commit comments