mirror of
https://github.com/lewismoten/data-over-audio.git
synced 2026-04-18 20:26:05 +08:00
sync resolution
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user