mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-09 10:00:30 +01:00
Squelch level can be set from URL
This commit is contained in:
parent
62f49cbf4c
commit
875b1a5384
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue