diff --git a/static/js/modes/sstv-general.js b/static/js/modes/sstv-general.js index 3419315..6613122 100644 --- a/static/js/modes/sstv-general.js +++ b/static/js/modes/sstv-general.js @@ -91,7 +91,7 @@ const SSTVGeneral = (function() { const deviceSelect = document.getElementById('deviceSelect'); const frequency = parseFloat(freqInput?.value || '14.230'); - const modulation = modSelect?.value || 'usb'; + const modulation = modSelect?.value || 'fm'; const device = parseInt(deviceSelect?.value || '0', 10); updateStatusUI('connecting', 'Starting...'); diff --git a/templates/index.html b/templates/index.html index 9fce59a..ddda205 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2840,7 +2840,7 @@ MHZ
- USB + FM MOD
diff --git a/templates/partials/modes/sstv-general.html b/templates/partials/modes/sstv-general.html index 99d4f82..e024938 100644 --- a/templates/partials/modes/sstv-general.html +++ b/templates/partials/modes/sstv-general.html @@ -58,9 +58,9 @@