bluetooth beacon demo works

This commit is contained in:
2024-04-21 21:40:16 -06:00
parent cd9c7b2b3a
commit aede9e9c13

View File

@ -9,4 +9,9 @@ config BOARD_ENABLE_DCDC
default y
depends on BOARD_MELLIFERA_REV1
# BT_CTLR depends on BT. When BT is enabled we should default to also
# enabling the controller.
config BT_CTLR
default y if BT
endif # BOARD_MELLIFERA_REV1