10 lines
235 B
Python
10 lines
235 B
Python
include("$(PORT_DIR)/boards/manifest.py")
|
|
include("$(MPY_DIR)/extmod/webrepl/manifest.py")
|
|
include(
|
|
"$(MPY_LIB_DIR)/micropython/bluetooth/aioble/manifest.py",
|
|
client=True,
|
|
central=True,
|
|
l2cap=True,
|
|
security=True,
|
|
)
|