bluetooth beacon demo works
This commit is contained in:
@ -9,4 +9,9 @@ config BOARD_ENABLE_DCDC
|
|||||||
default y
|
default y
|
||||||
depends on BOARD_MELLIFERA_REV1
|
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
|
endif # BOARD_MELLIFERA_REV1
|
Reference in New Issue
Block a user