Add grid and EVSE meter components with load balancer
This commit is contained in:
8
components/gridmeter/CMakeLists.txt
Normal file
8
components/gridmeter/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
set(srcs
|
||||
"src/gridmeter_modbus.c"
|
||||
"src/gridmeter_events.c"
|
||||
)
|
||||
|
||||
idf_component_register(SRCS "${srcs}"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES meter_orno_modbus)
|
||||
Reference in New Issue
Block a user