Set HF SSTV default modulation to FM

This commit is contained in:
Smittix
2026-02-19 12:23:25 +00:00
parent da2a700bcc
commit bec0881018
3 changed files with 3 additions and 3 deletions

View File

@@ -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...');