integrate meter module with evse

This commit is contained in:
2025-06-08 10:57:23 +01:00
parent 2f9e3e354a
commit 2d9c531869
13 changed files with 52 additions and 191 deletions

View File

@@ -6,7 +6,7 @@
#include "evse_config.h"
#include "evse_api.h"
#include "pilot.h"
#include "energy_meter.h"
#include "meter.h"
#include "freertos/FreeRTOS.h"
#include "freertos/semphr.h"
#include "esp_log.h"

View File

@@ -7,7 +7,7 @@
#include "ac_relay.h"
#include "board_config.h"
#include "socket_lock.h"
#include "energy_meter.h"
#include "meter.h"
#include "proximity.h"
#include "rcm.h"
#include "evse_state.h"