CMakeLists.txt 174 B

1234
  1. idf_component_register(SRCS "mesh_main.c"
  2. "mesh_netif.c"
  3. "mqtt_app.c"
  4. INCLUDE_DIRS "." "include")