This commit is contained in:
flowerstonezl
2026-03-10 17:56:36 +08:00
commit 993581b2a4
22 changed files with 378 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Placeholder for modbus_rtu plugin
add_library(modbus_rtu SHARED)
set_target_properties(modbus_rtu PROPERTIES OUTPUT_NAME "modbus_rtu")