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 34dfafb
Showing 1 changed file with 0 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

0 comments on commit 34dfafb

Please sign in to comment.