From 875b1a5384f9dd84e1c321b01653517890d803e9 Mon Sep 17 00:00:00 2001 From: ha7ilm Date: Sun, 14 Aug 2016 15:33:38 +0200 Subject: [PATCH] Squelch level can be set from URL --- htdocs/openwebrx.js | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/openwebrx.js b/htdocs/openwebrx.js index ce5be95..7c9ab96 100644 --- a/htdocs/openwebrx.js +++ b/htdocs/openwebrx.js @@ -1522,6 +1522,7 @@ function parsehash() harr=x.split("="); console.log(harr); if(harr[0]=="mod") starting_mod = harr[1]; + if(harr[0]=="sql") { e("openwebrx-panel-squelch").value=harr[1]; updateSquelch(); } if(harr[0]=="freq") { console.log(parseInt(harr[1])); console.log(center_freq);