mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
send missing parameters for audio client startup
This commit is contained in:
parent
1f909080db
commit
6ec21e6716
3 changed files with 6 additions and 4 deletions
|
|
@ -25,8 +25,6 @@
|
|||
<!-- <script type="text/javascript">
|
||||
//Global variables
|
||||
var audio_buffering_fill_to=%[AUDIO_BUFSIZE];
|
||||
var starting_mod="%[START_MOD]";
|
||||
var starting_offset_frequency = %[START_OFFSET_FREQ];
|
||||
var server_enable_digimodes=%[DIGIMODES_ENABLE];
|
||||
var mathbox_waterfall_frequency_resolution=%[MATHBOX_WATERFALL_FRES];
|
||||
var mathbox_waterfall_history_length=%[MATHBOX_WATERFALL_THIST];
|
||||
|
|
|
|||
|
|
@ -1162,6 +1162,8 @@ function on_ws_recv(evt)
|
|||
window.waterfall_auto_level_margin = config.waterfall_auto_level_margin;
|
||||
waterfallColorsDefault();
|
||||
|
||||
window.starting_mod = config.start_mod
|
||||
window.starting_offset_frequency = config.start_offset_frequency;
|
||||
bandwidth = config.samp_rate;
|
||||
center_freq = config.shown_center_freq;
|
||||
fft_size = config.fft_size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue