mirror of
https://github.com/smittix/intercept.git
synced 2026-05-01 01:59:58 -07:00
Resume waterfall after listen and sync to mode frequency
This commit is contained in:
@@ -98,6 +98,9 @@ const SSTVGeneral = (function() {
|
||||
updateStatusUI('listening', `${frequency} MHz ${modulation.toUpperCase()}`);
|
||||
startStream();
|
||||
showNotification('SSTV', `Listening on ${frequency} MHz ${modulation.toUpperCase()}`);
|
||||
if (typeof syncWaterfallToFrequency === 'function') {
|
||||
syncWaterfallToFrequency(frequency, { autoStart: true, restartIfRunning: true, silent: true });
|
||||
}
|
||||
|
||||
// Update strip
|
||||
const stripFreq = document.getElementById('sstvGeneralStripFreq');
|
||||
|
||||
Reference in New Issue
Block a user