fix digimode init from hash

This commit is contained in:
Jakob Ketterl
2020-05-02 02:13:16 +02:00
parent a96690c8bd
commit 28c1425a8f
2 changed files with 8 additions and 5 deletions

View File

@ -237,8 +237,6 @@ Demodulator.prototype.set_offset_frequency = function(to_what) {
this.set();
this.emit("frequencychange", to_what);
mkenvelopes(get_visible_freq_range());
//tunedFrequencyDisplay.setFrequency(center_freq + to_what);
updateHash();
};
Demodulator.prototype.get_offset_frequency = function() {