chore: snapshot before shared RS485 bus integration
This commit is contained in:
10
components/hmi_link/CMakeLists.txt
Normal file
10
components/hmi_link/CMakeLists.txt
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user