Skip to content

Commit

Permalink
[nrf noup] Select Experimental for persistent subscriptions
Browse files Browse the repository at this point in the history
Currently, there is an issue with persistent subscriptions when
multiple controllers create subscriptions.
  • Loading branch information
ArekBalysNordic authored and jfischer-no committed Mar 8, 2024
1 parent 2d33edf commit dde465a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/nrfconnect/chip-module/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,10 @@ config CHIP_CRYPTO_PSA_MIGRATE_DAC_PRIV_KEY
and remove it. After the first boot of the device the DAC private key will be moved
to the PSA ITS secure storage and will not be available in the factory data anymore.
It will be overwritten in the factory data set by zeros.


config CHIP_PERSISTENT_SUBSCRIPTIONS
default n
# selecting experimental for this feature since there is an issue with multiple controllers.
select EXPERIMENTAL

endif # CHIP

0 comments on commit dde465a

Please sign in to comment.