Skip to content

Latest commit

 

History

History

frequency_far_jump

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
layout title permalink
page
OpenWebRX+ Receiver Plugin: Frequency Far Jump
/receiver/frequency_far_jump

This a simple receiver plugin to allow jumping to a frequency outside the boundary of the currently selected profile, by typing it in the receiver's frequency dial.

Beware of the limitations of this approach: the modulation and the other settings of the receiver will stay the same when jumping to the new, far frequency.

Please note that you must supply the magic key for your OpenWebRX+ instance if you have one configured with a '#key=[KEY]' at the end of the URL.

The plugin depends on utils plugin.

Load

Add this lines in your init.js file:

Plugins.load('https://0xaf.github.io/openwebrxplus-plugins/receiver/utils/utils.js').then(async function () {
  Plugins.load('https://0xaf.github.io/openwebrxplus-plugins/receiver/frequency_far_jump/frequency_far_jump.js');
});

init.js

Learn how to load plugins.