CMakeLists.txt 237 B

12345
  1. idf_component_register(SRCS "mesh_main.c"
  2. "mesh_netif.c"
  3. "mqtt_app.c"
  4. INCLUDE_DIRS "." "include")
  5. target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")