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