fix: DDS and drag will reset conponent props

This commit is contained in:
2025-05-17 15:09:59 +08:00
parent 9b2ee8ad46
commit 3fb59af2dd
3 changed files with 32 additions and 29 deletions

View File

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