Merge pull request #308 from luarvique/zoom_reset

Now resetting zoom when changing to a different profile.
This commit is contained in:
Jakob Ketterl
2022-07-31 21:59:15 +02:00
committed by GitHub

View File

@ -778,6 +778,7 @@ function on_ws_recv(evt) {
$('#openwebrx-sdr-profiles-listbox').val(currentprofile.toString());
waterfall_clear();
zoom_set(0);
}
if ('tuning_precision' in config)