Skip to content

Commit

Permalink
[Telnik] Update project configuration file (#25221)
Browse files Browse the repository at this point in the history
Add missing config option CONFIG_CHIP_CERTIFICATION_DECLARATION_STORAGE to the
light-switch-app and thermostat.

Signed-off-by: Maciej Bojczuk <maciej.bojczuk@telink-semi.com>
  • Loading branch information
Maciej Bojczuk authored and pull[bot] committed Feb 23, 2023
1 parent 8365fa0 commit 4432274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/light-switch-app/telink/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ CONFIG_CHIP_LIB_SHELL=n
CONFIG_CHIP_FACTORY_DATA=n
CONFIG_CHIP_FACTORY_DATA_BUILD=n
CONFIG_CHIP_FACTORY_DATA_MERGE_WITH_FIRMWARE=n
CONFIG_CHIP_CERTIFICATION_DECLARATION_STORAGE=n

# Enable Button IRQ mode. The poling mode is used by default.
CONFIG_CHIP_BUTTON_MANAGER_IRQ_MODE=n
Expand Down
1 change: 1 addition & 0 deletions examples/thermostat/telink/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ CONFIG_CHIP_LIB_SHELL=n
CONFIG_CHIP_FACTORY_DATA=n
CONFIG_CHIP_FACTORY_DATA_BUILD=n
CONFIG_CHIP_FACTORY_DATA_MERGE_WITH_FIRMWARE=n
CONFIG_CHIP_CERTIFICATION_DECLARATION_STORAGE=n

# Enable Button IRQ mode. The poling mode is used by default.
CONFIG_CHIP_BUTTON_MANAGER_IRQ_MODE=n
Expand Down

0 comments on commit 4432274

Please sign in to comment.