add: 完善HDMI输入前后端,现在无法关闭

This commit is contained in:
alivender
2025-08-04 16:35:42 +08:00
parent e86cd5464e
commit a331494fde
5 changed files with 769 additions and 27 deletions

View File

@@ -465,7 +465,8 @@ public class UDPClientPool
CommandID = Convert.ToByte(taskID),
IsWrite = false,
BurstLength = (byte)(currentSegmentSize - 1),
Address = devAddr + (uint)(i * max4BytesPerRead)
Address = (burstType == BurstType.ExtendBurst)?(devAddr + (uint)(i * max4BytesPerRead)):(devAddr),
// Address = devAddr + (uint)(i * max4BytesPerRead),
};
pkgList.Add(new SendAddrPackage(opts));
}