openwebrxplus-plugins

OWRX+ Receiver Plugin: Utils

This utility plugin will give a function wrapping method and will send some events.
This is a dependency for many plugins.

load

Add this lines in your init.js file:

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

init.js

You can find more info on init.js on github pages or directly in my github repo