6 lines
82 B
CMake
6 lines
82 B
CMake
idf_component_register(
|
|
SRCS "BLEh.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES bt
|
|
)
|