Skip to content

Commit 4cf2767

Browse files
committed
samples: bluetooth: fast_pair: input_device: fix the model ID default
Fixed the issue in the Fast Pair Input Device sample, in which the default override of the SB_CONFIG_BT_FAST_PAIR_MODEL_ID does not work. Ref: NCSDK-32057 Signed-off-by: Kamil Piszczek <[email protected]>
1 parent 8db30da commit 4cf2767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/bluetooth/fast_pair/input_device/Kconfig.sysbuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

7-
source "share/sysbuild/Kconfig"
8-
97
config BT_FAST_PAIR_MODEL_ID
108
default 0x2A410B
119

@@ -16,3 +14,5 @@ config BT_FAST_PAIR_ANTI_SPOOFING_PRIVATE_KEY
1614

1715
config NRF_DEFAULT_IPC_RADIO
1816
default y
17+
18+
source "share/sysbuild/Kconfig"

0 commit comments

Comments
 (0)