Squelch level can be set from URL

This commit is contained in:
ha7ilm 2016-08-14 15:33:38 +02:00
parent 62f49cbf4c
commit 875b1a5384

View File

@ -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);