sync resolution

This commit is contained in:
Lewis Moten
2024-05-17 17:46:29 -04:00
parent 187cbc451e
commit 9613a71e8c
2 changed files with 5 additions and 2 deletions

View File

@@ -93,7 +93,9 @@ class FrequencyPanel extends BasePanel {
this.setValueById('multi-fsk-padding', value);
this.checkFskPairsChanged();
}
getFrequencyResolutionSize = () => {
return this.getValueById('frequency-resolution-size');
}
checkFskPairsChanged = () => {
const original = this.originalFskPairs;
const current = this.getFskPairs();