mirror of
				https://github.com/dustinbrun/openwebrx_docker_installation.git
				synced 2025-11-04 07:17:31 +01:00 
			
		
		
		
	layout, title, permalink
| layout | title | permalink | 
|---|---|---|
| page | OpenWebRX+ Receiver Plugin: Utils (utility) | /receiver/utils | 
This utility plugin will give a function wrapping method and will send some events.
This plugin is a dependency for almost all 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
Learn how to load plugins.