mirror of
https://github.com/smittix/intercept.git
synced 2026-04-25 07:10:00 -07:00
Set HF SSTV default modulation to FM
This commit is contained in:
@@ -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...');
|
||||
|
||||
Reference in New Issue
Block a user