This commit is contained in:
xyy
2026-05-26 17:17:09 +08:00
parent 0c0f6d7509
commit caa49c716f
6 changed files with 22 additions and 26 deletions

View File

@@ -1479,7 +1479,7 @@ namespace ShanghaiEnvironmentalTechnology
// 验证并写入频率系数值
await WriteRegisterWithValidation(
inputControl: frequencyTxt,
registerAddress: 368, // 频率系数寄存器地址(根据实际地址修改)
registerAddress: 3680, // 频率系数寄存器地址(根据实际地址修改)
minValue: 0.1f, // 频率系数最小0.1
maxValue: 10f // 频率系数最大10
);