chore: snapshot before shared RS485 bus integration

This commit is contained in:
2026-07-22 15:36:04 +01:00
parent ef02e5c5f5
commit 2a803fcef1
167 changed files with 5749 additions and 1128 deletions

2
components/evse/CMakeLists.txt Executable file → Normal file
View File

@@ -17,6 +17,6 @@ set(srcs
idf_component_register(
SRCS ${srcs}
INCLUDE_DIRS "include"
PRIV_REQUIRES driver
PRIV_REQUIRES driver esp_adc
REQUIRES peripherals auth loadbalancer scheduler storage_service
)