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