feat: backend add task id to reduce conflict

This commit is contained in:
2025-05-20 20:06:02 +08:00
parent dc64a65702
commit 814088840e
9 changed files with 88 additions and 75 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("应用失败");