Migrate serial drivers
This commit is contained in:
8
components/meter_zigbee/CMakeLists.txt
Executable file
8
components/meter_zigbee/CMakeLists.txt
Executable file
@@ -0,0 +1,8 @@
|
||||
set(srcs
|
||||
"src/meter_zigbee.c"
|
||||
)
|
||||
|
||||
idf_component_register(SRCS "${srcs}"
|
||||
INCLUDE_DIRS "include"
|
||||
PRIV_REQUIRES driver
|
||||
REQUIRES config evse loadbalancer serial_sync)
|
||||
Reference in New Issue
Block a user