脚本结构优化;

This commit is contained in:
何 泽隆
2024-07-09 09:31:02 +08:00
parent 86e5d55d7b
commit 5724e9fa66
2 changed files with 42 additions and 77 deletions

View File

@@ -14,7 +14,7 @@ modbus_map = {
0x03: ["Int32示例", 3],
0x04: ["str示例", 4, 16],
0x10: ["addr示例", 5, 6],
0x20: ["Int32示例", 6],
0x20: ["Float示例", 6],
}