fix: 修复由于基本的通信协议更改不完全导致的无法控制电源与jtag的问题

This commit is contained in:
2025-08-21 19:19:56 +08:00
parent 8ab55f411d
commit e3b7cc4f63
4 changed files with 20 additions and 19 deletions

View File

@@ -183,7 +183,7 @@ public class JtagController : ControllerBase
logger.Info($"User {username} processing bitstream file of size: {fileBytes.Length} bytes");
// 定义进度跟踪
var taskId = _tracker.CreateTask(10000);
var taskId = _tracker.CreateTask(8000);
_tracker.AdvanceProgress(taskId, 10);
_ = Task.Run(async () =>