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