3 lines
125 B
CMake
3 lines
125 B
CMake
|
idf_component_register(SRCS "modbus.c" "modbus_tcp.c"
|
||
|
INCLUDE_DIRS "."
|
||
|
REQUIRES lwip)
|