Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jklnz/SDRSharpPlugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jklnz committed Jan 27, 2021
2 parents 886fcaf + ffb2369 commit a371e57
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
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

0 comments on commit a371e57

Please sign in to comment.