12 lines
246 B
CMake
12 lines
246 B
CMake
idf_component_register(
|
|
SRCS
|
|
"main.c"
|
|
"modbus_memory.c"
|
|
"modbus_points.c"
|
|
"modbus_rtu.c"
|
|
"config_store.c"
|
|
INCLUDE_DIRS
|
|
"."
|
|
)
|
|
|
|
spiffs_create_partition_image(spiffs ../spiffs FLASH_IN_PROJECT) |