Community Script
Cycle SSTV Frequencies
Cycle through pre-set SSTV frequencies.
- Overview
- Source Code
The script will cycle through the common SSTV frequencies from 80 to 10 m.
Each time the script is run, the next frequency in the list will be set.
The correct sideband will also be set based on the frequency.
Configuration
Uncomment any SSTV frequencies you're not interested in.
const FREQ_LIST = [
//3.640,
7.171,
10,132
14.233,
21.340,
//24.927,
//28.680
];
note
Any bands for which your QMX is not configured will be automatically skipped. As such, if you own several QMXs which cover different bands, there's no need to edit the config, or create another script when you switch radios.