mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 22:19:04 +00:00
fixing some issues with the IDE
This commit is contained in:
parent
13d7686258
commit
dd7d262bd3
3 changed files with 20 additions and 20 deletions
|
|
@ -157,6 +157,10 @@ function updateSquelch() {
|
|||
|
||||
var waterfall_min_level;
|
||||
var waterfall_max_level;
|
||||
var waterfall_min_level_default;
|
||||
var waterfall_max_level_default;
|
||||
var waterfall_colors;
|
||||
var waterfall_auto_level_margin;
|
||||
|
||||
function updateWaterfallColors(which) {
|
||||
var wfmax = e("openwebrx-waterfall-color-max");
|
||||
|
|
@ -1452,10 +1456,6 @@ function waterfall_measure_minmax_do(what) {
|
|||
waterfall_measure_minmax_max = Math.max(waterfall_measure_minmax_max, Math.max.apply(Math, what));
|
||||
}
|
||||
|
||||
function waterfall_measure_minmax_print() {
|
||||
console.log("Waterfall | min = " + waterfall_measure_minmax_min.toString() + " dB | max = " + waterfall_measure_minmax_max.toString() + " dB");
|
||||
}
|
||||
|
||||
function on_ws_opened() {
|
||||
ws.send("SERVER DE CLIENT client=openwebrx.js type=receiver");
|
||||
divlog("WebSocket opened to " + ws.url);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue