From 10e92686fcc4535c46fb821ba8c452d3a63db5d0 Mon Sep 17 00:00:00 2001 From: f4exb Date: Thu, 2 Nov 2017 14:09:15 +0100 Subject: [PATCH] Move main window readme to the sdrgui folder where it makes more sense --- plugins/channelrx/demodam/readme.md | 2 +- plugins/channelrx/demoddsd/readme.md | 2 +- plugins/channelrx/demodnfm/readme.md | 2 +- plugins/channelrx/udpsrc/readme.md | 2 +- plugins/channeltx/udpsink/readme.md | 2 +- plugins/samplesource/sdrplay/readme.md | 2 +- {sdrbase => sdrgui}/readme.md | 0 7 files changed, 6 insertions(+), 6 deletions(-) rename {sdrbase => sdrgui}/readme.md (100%) diff --git a/plugins/channelrx/demodam/readme.md b/plugins/channelrx/demodam/readme.md index 310b437b4..7de066f4c 100644 --- a/plugins/channelrx/demodam/readme.md +++ b/plugins/channelrx/demodam/readme.md @@ -24,7 +24,7 @@ Use this button to toggle audio mute for this channel. The button will light up Copies audio output to UDP. Audio is set at fixed level and is muted by the mute button (13) and squelch (9) is also applied. Output is mono S16LE samples. -UDP address and send port are specified in the basic channel settings. See: [here](https://github.com/f4exb/sdrangel/blob/master/sdrbase/readme.md#6-channels) +UDP address and send port are specified in the basic channel settings. See: [here](https://github.com/f4exb/sdrangel/blob/master/sdrgui/readme.md#6-channels)

5: Level meter in dB

diff --git a/plugins/channelrx/demoddsd/readme.md b/plugins/channelrx/demoddsd/readme.md index 6298f5a4f..20c16e781 100644 --- a/plugins/channelrx/demoddsd/readme.md +++ b/plugins/channelrx/demoddsd/readme.md @@ -189,7 +189,7 @@ Copies audio output to UDP. Output is stereo S16LE samples. Depending on which s It cannot mix both channels when slot1+2 are active. -UDP address and send port are specified in the basic channel settings. See: [here](https://github.com/f4exb/sdrangel/blob/master/sdrbase/readme.md#6-channels) +UDP address and send port are specified in the basic channel settings. See: [here](https://github.com/f4exb/sdrangel/blob/master/sdrgui/readme.md#6-channels)

20: Format specific status display

diff --git a/plugins/channelrx/demodnfm/readme.md b/plugins/channelrx/demodnfm/readme.md index a00d3f3f9..f160f5800 100644 --- a/plugins/channelrx/demodnfm/readme.md +++ b/plugins/channelrx/demodnfm/readme.md @@ -66,4 +66,4 @@ Use this button to toggle audio mute for this channel. The button will light up Copies audio output to UDP. Audio is set at fixed level and is muted by the mute button (13) and squelch is also applied. Output is mono S16LE samples. Note that fixed volume apart this is the exact same audio that is sent to the audio device in particular it is highpass filtered at 300 Hz and thus is not suitable for digital communications. For this purpose you have to use the UDP source plugin instead. -UDP address and send port are specified in the basic channel settings. See: [here](https://github.com/f4exb/sdrangel/blob/master/sdrbase/readme.md#6-channels) \ No newline at end of file +UDP address and send port are specified in the basic channel settings. See: [here](https://github.com/f4exb/sdrangel/blob/master/sdrgui/readme.md#6-channels) \ No newline at end of file diff --git a/plugins/channelrx/udpsrc/readme.md b/plugins/channelrx/udpsrc/readme.md index 1776c31f2..3515b5352 100644 --- a/plugins/channelrx/udpsrc/readme.md +++ b/plugins/channelrx/udpsrc/readme.md @@ -28,7 +28,7 @@ Total power in dB relative to a +/- 1.0 amplitude signal sent over UDP.

4: UDP address and ports

-These parameters are set with the basic channel settings dialog. See: [here](https://github.com/f4exb/sdrangel/blob/master/sdrbase/readme.md#6-channels) +These parameters are set with the basic channel settings dialog. See: [here](https://github.com/f4exb/sdrangel/blob/master/sdrgui/readme.md#6-channels) The display is in the format `address:audio port/data port` diff --git a/plugins/channeltx/udpsink/readme.md b/plugins/channeltx/udpsink/readme.md index c269447af..8c81da302 100644 --- a/plugins/channeltx/udpsink/readme.md +++ b/plugins/channeltx/udpsink/readme.md @@ -30,7 +30,7 @@ Use this button to switch off the RF on the channel. The background of the butto

5: UDP address and port

-These parameters are set with the basic channel settings dialog. See: [here](https://github.com/f4exb/sdrangel/blob/master/sdrbase/readme.md#6-channels) +These parameters are set with the basic channel settings dialog. See: [here](https://github.com/f4exb/sdrangel/blob/master/sdrgui/readme.md#6-channels) The display is in the format `address:data port` diff --git a/plugins/samplesource/sdrplay/readme.md b/plugins/samplesource/sdrplay/readme.md index 16e446991..eacd052a8 100644 --- a/plugins/samplesource/sdrplay/readme.md +++ b/plugins/samplesource/sdrplay/readme.md @@ -18,7 +18,7 @@ As mentioned already the plugin depends on libmirisdr-4. You will have to compil

1. Common controls

-Controls common to all source plugins. See [main interface description](../../../sdrbase/readme.md). +Controls common to all source plugins. See [main interface description](../../../sdrgui/readme.md).

2. Local oscillator frequency correction

diff --git a/sdrbase/readme.md b/sdrgui/readme.md similarity index 100% rename from sdrbase/readme.md rename to sdrgui/readme.md