5 lines
156 B
CMake
5 lines
156 B
CMake
idf_component_register(SRCS "main.c" "osr_ble.c"
|
|
INCLUDE_DIRS "."
|
|
PRIV_REQUIRES
|
|
nvs_flash)
|