Add grid and EVSE meter components with load balancer
This commit is contained in:
@@ -5,4 +5,4 @@ set(srcs
|
||||
idf_component_register(SRCS "${srcs}"
|
||||
INCLUDE_DIRS "include"
|
||||
PRIV_REQUIRES driver
|
||||
REQUIRES config evse currentshaper serial_sync)
|
||||
REQUIRES config evse loadbalancer serial_sync)
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "driver/gpio.h"
|
||||
#include "serial_mt.h"
|
||||
#include "evse_api.h"
|
||||
#include "currentshaper.h"
|
||||
#include "loadbalancer.h"
|
||||
#include "meter.h"
|
||||
//#include "app_main.h"
|
||||
//#include "sync_master.h"
|
||||
|
||||
Reference in New Issue
Block a user