better profile switching for the gui

This commit is contained in:
Jakob Ketterl
2019-11-23 17:22:20 +01:00
parent b27caf2405
commit 481918ab5b
3 changed files with 5 additions and 3 deletions

View File

@ -1067,7 +1067,7 @@ function on_ws_recv(evt) {
waterfall_clear();
currentprofile = config['profile_id'];
currentprofile = config['sdr_id'] + '|' + config['profile_id'];
$('#openwebrx-sdr-profiles-listbox').val(currentprofile);
break;