Merge pull request #2574 from HB9HIL/fix_zero_qrg

set qrg from calculated
This commit is contained in:
Fabian Berg
2025-11-23 17:48:52 +01:00
committed by GitHub

View File

@@ -973,6 +973,7 @@ $(document).ready(function() {
$('#frequency').val('');
$('#frequency_rx').val('');
$('#band_rx').val('');
set_new_qrg();
$('#selectPropagation').val($('#selectPropagation option:first').val());
// Set DX Waterfall CAT state to none if variable exists
if (typeof dxwaterfall_cat_state !== 'undefined') {