A template for a sensor that uses the BTHome advertising format. Signed-off-by: Ole Saether <ole.saether@nordicsemi.no>
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
#
|
|
# Copyright (c) 2023 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
CONFIG_BT=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_DEVICE_NAME="BTHome template"
|