添加农业环境模块,集成 MQTT 客户端功能,支持配置参数和数据发布
This commit is contained in:
5
components/agri_env/CMakeLists.txt
Normal file
5
components/agri_env/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
idf_component_register(
|
||||
SRCS "agri_env.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES driver mqtt cjson esp_timer esp_event relay_ctrl
|
||||
)
|
||||
Reference in New Issue
Block a user