CMakeLists.txt 187 B

12345
  1. idf_component_register(SRCS "cmd_nvs.c"
  2. INCLUDE_DIRS .
  3. REQUIRES console nvs_flash)
  4. target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")