Add grid and EVSE meter components with load balancer
This commit is contained in:
@@ -12,7 +12,7 @@ set(srcs
|
||||
idf_component_register(SRCS "${srcs}"
|
||||
INCLUDE_DIRS "include" "protobuf"
|
||||
PRIV_REQUIRES driver esp_timer
|
||||
REQUIRES config evse currentshaper)
|
||||
REQUIRES config evse loadbalancer)
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
// #include "inc/version_autogen.h"
|
||||
|
||||
#include "sync_slave.h"
|
||||
#include "currentshaper.h"
|
||||
#include "loadbalancer.h"
|
||||
#include "evse_api.h"
|
||||
|
||||
#define VERSION_STRING "2.2"
|
||||
|
||||
Reference in New Issue
Block a user