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

View File

@@ -0,0 +1,10 @@
set(srcs
"src/hmi_link.c"
)
idf_component_register(
SRCS ${srcs}
INCLUDE_DIRS "include"
REQUIRES evse
PRIV_REQUIRES driver esp_timer json
)