Modbus TCP - Multi Devices

This commit is contained in:
Death7z
2026-04-14 14:41:00 -05:00
commit 894d35a256
1483 changed files with 238546 additions and 0 deletions

13
main/CMakeLists.txt Normal file
View File

@@ -0,0 +1,13 @@
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)