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

View File

@@ -0,0 +1,25 @@
# Additional clean files
cmake_minimum_required(VERSION 3.16)
if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "")
file(REMOVE_RECURSE
"bootloader\\bootloader.bin"
"bootloader\\bootloader.elf"
"bootloader\\bootloader.map"
"config\\sdkconfig.cmake"
"config\\sdkconfig.h"
"esp-idf\\mbedtls\\x509_crt_bundle"
"flash_app_args"
"flash_bootloader_args"
"flash_project_args"
"flasher_args.json"
"flasher_args.json.in"
"ldgen_libraries"
"ldgen_libraries.in"
"modbus_tcp_esp32.bin"
"modbus_tcp_esp32.map"
"project_elf_src_esp32.c"
"spiffs.bin"
"x509_crt_bundle.S"
)
endif()