bleh/CMakeLists.txt
2023-06-24 19:30:24 +02:00

6 lines
111 B
CMake

idf_component_register(
SRCS "BLEh.c" "simple_gatt_value_server.c"
INCLUDE_DIRS "include"
REQUIRES bt
)