Code doubled after merge

This commit is contained in:
Szymon Porwolik
2025-11-15 11:04:57 +01:00
parent dc1d783b04
commit 3028b2b13e

View File

@@ -6227,9 +6227,6 @@ function setFrequency(frequencyInKHz, fromWaterfall) {
return;
}
// Update frequency field with value in Hz
$('#frequency').val(frequencyInKHz * 1000);
// Write to frequency field in Hz (single source of truth)
// The change event will trigger set_qrg() which updates freq_calculated display
$('#frequency').val(frequencyInKHz * 1000);