CMakeLists.txt 142 B

123
  1. idf_component_register(SRCS "misc.c" "scli.c"
  2. INCLUDE_DIRS "."
  3. PRIV_REQUIRES bt console driver)