第一次提交:完成了网关的单路485数据采集,还有以太网链接和MQTT配置,实现数据上报和命令下发,差一个断网储存
This commit is contained in:
4
components/STATUS_LED/CMakeLists.txt
Normal file
4
components/STATUS_LED/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
idf_component_register(SRCS "STATUS_LED.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES driver log
|
||||
)
|
||||
Reference in New Issue
Block a user