The byteSENSI-L is a fun LoRa device based on nRF52 MCU that integrates many sensors. Signed-off-by: Rico Ganahl <rico.ganahl@bytesatwork.ch> Signed-off-by: Guy Morand <guy.morand@bytesatwork.ch>
10 lines
151 B
Plaintext
10 lines
151 B
Plaintext
# Copyright (c) 2024 bytesatwork AG
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_BYTESENSI_L
|
|
|
|
config BT_CTLR
|
|
default BT
|
|
|
|
endif # BOARD_BYTESENSI_L
|