mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 22:17:34 +00:00
defer demodulator startup until center_freq is set
This commit is contained in:
parent
f31685e4e7
commit
3975073efd
2 changed files with 2 additions and 2 deletions
|
|
@ -724,8 +724,8 @@ function on_ws_recv(evt) {
|
|||
|
||||
waterfall_init();
|
||||
var demodulatorPanel = $('#openwebrx-panel-receiver').demodulatorPanel();
|
||||
demodulatorPanel.setInitialParams(initial_demodulator_params);
|
||||
demodulatorPanel.setCenterFrequency(center_freq);
|
||||
demodulatorPanel.setInitialParams(initial_demodulator_params);
|
||||
bookmarks.loadLocalBookmarks();
|
||||
|
||||
waterfall_clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue