Skip to content

Commit

Permalink
[nrfconnect] Disabled factory data for all clusters app
Browse files Browse the repository at this point in the history
The default prj.conf build does not use partition layout with
factory data partition included, so the factory data support
has to be disabled.
  • Loading branch information
kkasperczyk-no committed Oct 31, 2023
1 parent c8320be commit 9df56c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/all-clusters-app/nrfconnect/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,3 @@ CONFIG_CHIP_OTA_REQUESTOR=n

# Disable QSPI NOR
CONFIG_CHIP_QSPI_NOR=n

# Enable Factory Data feature
CONFIG_CHIP_FACTORY_DATA=y
CONFIG_CHIP_FACTORY_DATA_BUILD=y
4 changes: 4 additions & 0 deletions examples/all-clusters-app/nrfconnect/prj_dfu.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ CONFIG_ASSERT_VERBOSE=n
CONFIG_ASSERT_NO_FILE_INFO=y
CONFIG_ASSERT_NO_COND_INFO=y
CONFIG_ASSERT_NO_MSG_INFO=y

# Enable Factory Data feature
CONFIG_CHIP_FACTORY_DATA=y
CONFIG_CHIP_FACTORY_DATA_BUILD=y

0 comments on commit 9df56c0

Please sign in to comment.