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