Adicionar primeiro
This commit is contained in:
8
components/modbus/CMakeLists.txt
Executable file
8
components/modbus/CMakeLists.txt
Executable file
@@ -0,0 +1,8 @@
|
||||
set(srcs
|
||||
"src/modbus.c")
|
||||
|
||||
idf_component_register(SRCS "${srcs}"
|
||||
INCLUDE_DIRS "include"
|
||||
PRIV_INCLUDE_DIRS "src"
|
||||
PRIV_REQUIRES nvs_flash app_update driver esp_timer
|
||||
REQUIRES config evse peripherals)
|
||||
Reference in New Issue
Block a user