feat: backend add task id to reduce conflict

This commit is contained in:
2025-05-20 20:06:02 +08:00
parent dc64a65702
commit fa7c947351
10 changed files with 91 additions and 78 deletions

View File

@@ -408,7 +408,7 @@ async function applyOutputWave() {
eqps.boardPort,
0,
currentWaveformIndex.value,
toInteger(frequency.value * Math.pow(2, 32 - 20)),
toInteger((frequency.value * Math.pow(2, 32 - 20)) / 10),
);
if (!ret) {
dialog.error("应用失败");