Skip to content

Commit

Permalink
Changes suggested by Alex Tsitsiura [Telink]
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierGre committed Dec 13, 2024
1 parent 410dd86 commit 900da2e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ config MPSL_FEM_NRF21540_RUNTIME_PA_GAIN_CONTROL
default y if MPSL_FEM

# ==============================================================================
# NFC configuration
# NFC Onboarding Payload configuration
# ==============================================================================

config CHIP_NFC_COMMISSIONING
config CHIP_NFC_ONBOARDING_PAYLOAD
default y

# Disable not needed NFC callback to save flash
Expand Down
2 changes: 1 addition & 1 deletion config/telink/chip-module/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if CHIP
config CHIP_DEVICE_VENDOR_NAME
default "Telink Semiconductor"

config CHIP_NFC_COMMISSIONING
config CHIP_NFC_ONBOARDING_PAYLOAD
bool "Share onboarding payload in NFC tag"
default n
imply I2C
Expand Down
4 changes: 2 additions & 2 deletions examples/lighting-app/telink/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ CONFIG_TELINK_OTA_BUTTON_TEST=n
# Disable CHIP shell support
CONFIG_CHIP_LIB_SHELL=n

# Disable CHIP NFC for commissioning
CONFIG_CHIP_NFC_COMMISSIONING=n
# Disable CHIP NFC Onboarding Payload
CONFIG_CHIP_NFC_ONBOARDING_PAYLOAD=n

# Disable factory data support
CONFIG_CHIP_FACTORY_DATA=n
Expand Down
2 changes: 1 addition & 1 deletion examples/shell/nrfconnect/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ CONFIG_CHIP_QSPI_NOR=n
CONFIG_CHIP_PROJECT_CONFIG="CHIPProjectConfig.h"
# 32786 == 0x8012 (example shell-app)
CONFIG_CHIP_DEVICE_PRODUCT_ID=32786
CONFIG_CHIP_NFC_COMMISSIONING=n
CONFIG_CHIP_NFC_ONBOARDING_PAYLOAD=n

# Disable factory data support.
CONFIG_CHIP_FACTORY_DATA=n
Expand Down

0 comments on commit 900da2e

Please sign in to comment.