-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/jklnz/SDRSharpPlugins
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# SDRSharpPlugins | ||
This containers a crude plugin for SDRSharp that automatically starts the radio upon launching SDRSharp. | ||
This contains a crude plugin for SDRSharp that automatically starts the radio five seconds after launching SDRSharp. Mainly useful for decoding setups (e.g. to auto start after a computer shutdown). | ||
|
||
Key to add to your plugin file: | ||
``` | ||
<add key="Auto Start Radio" value="SDRSharp.AutoStartRadio.AutoStartRadioPlugin,SDRSharp.AutoStartRadio" /> | ||
|
||
``` | ||
|
||
Copy the DLL to the SDRSharp directory. | ||
|
||
Tested with Visual Studio 2017 and SDRSharp 1619 |