fix: 前端修复拨码开关第一个无法开关的问题;后端修复进度条停止在3%的问题

This commit is contained in:
2025-08-17 13:46:14 +08:00
parent 55edfd771e
commit caa26c729e
4 changed files with 25 additions and 23 deletions

View File

@@ -228,7 +228,7 @@ public class JtagController : ControllerBase
// 下载比特流
var jtagCtrl = new Peripherals.JtagClient.Jtag(address, port);
var ret = await jtagCtrl.DownloadBitstream(processedBytes);
var ret = await jtagCtrl.DownloadBitstream(processedBytes, taskId);
if (ret.IsSuccessful)
{