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