From 2a44598a60a76b8d0127eb4f66e235e6b6ebe2b8 Mon Sep 17 00:00:00 2001 From: jklnz Date: Sun, 12 Nov 2017 01:40:38 +1300 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4f3f2a..c73d948 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,10 @@ This containers a crude plugin for SDRSharp that automatically starts the radio upon launching SDRSharp. Key to add to your plugin file: +``` - +``` + Copy the DLL to the SDRSharp directory. Tested with Visual Studio 2017 and SDRSharp 1619 From ffb23696ccde049f5db1c81eb59502a1e780f342 Mon Sep 17 00:00:00 2001 From: jklnz Date: Sun, 12 Nov 2017 13:15:49 +1300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c73d948..4d6aeab 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 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: ```