13 lines
271 B
CMake
13 lines
271 B
CMake
idf_component_register(
|
|
SRCS
|
|
"main.c"
|
|
"modbus_memory.c"
|
|
"modbus_points.c"
|
|
"modbus_tcp.c"
|
|
"config_store.c"
|
|
"wifi_manager.c"
|
|
INCLUDE_DIRS
|
|
"."
|
|
)
|
|
|
|
spiffs_create_partition_image(spiffs ../spiffs FLASH_IN_PROJECT) |