new upgrade
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
idf_component_register(
|
||||
SRCS
|
||||
"src/protocols.c"
|
||||
"src/json.c"
|
||||
"src/mqtt.c"
|
||||
INCLUDE_DIRS
|
||||
"include"
|
||||
PRIV_INCLUDE_DIRS
|
||||
"src"
|
||||
PRIV_REQUIRES
|
||||
nvs_flash
|
||||
mqtt
|
||||
cjson
|
||||
vfs
|
||||
@@ -19,6 +17,7 @@ idf_component_register(
|
||||
config
|
||||
evse
|
||||
peripherals
|
||||
meter_manager
|
||||
ocpp
|
||||
auth
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user