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