mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-05 14:47:50 -04:00
Fix spellling errors found with LibreOffice Writer
This commit is contained in:
parent
d135dd9028
commit
15433bb324
@ -104,7 +104,7 @@ Checking this button draws flight paths for all aircraft.
|
|||||||
|
|
||||||
<h3>ATC Mode</h3>
|
<h3>ATC Mode</h3>
|
||||||
|
|
||||||
When in ATC mode, the map will display callsign, alitude, ground speed and type for all aircraft. When unchecked, only callsign (or ICAO, until callsign is received) will be displayed.
|
When in ATC mode, the map will display callsign, altitude, ground speed and type for all aircraft. When unchecked, only callsign (or ICAO, until callsign is received) will be displayed.
|
||||||
|
|
||||||
<h3>15: Download flight information for selected flight</h3>
|
<h3>15: Download flight information for selected flight</h3>
|
||||||
|
|
||||||
|
@ -794,7 +794,7 @@ The columns in the table include:
|
|||||||
- UTC - UTC date and time at the end of the measurement.
|
- UTC - UTC date and time at the end of the measurement.
|
||||||
- Az (Rot) - Azimuth of rotator controller in degrees at the end of measurement.
|
- Az (Rot) - Azimuth of rotator controller in degrees at the end of measurement.
|
||||||
- El (Rot) - Elevation of rotator controller in degrees at the end of measurement.
|
- El (Rot) - Elevation of rotator controller in degrees at the end of measurement.
|
||||||
- Az Off (Rot) - Azimimuth offset of rotator controller in degrees at the end of measurement.
|
- Az Off (Rot) - Azimuth offset of rotator controller in degrees at the end of measurement.
|
||||||
- El Off (Rot) - Elevation offset of rotator controller in degrees at the end of measurement.
|
- El Off (Rot) - Elevation offset of rotator controller in degrees at the end of measurement.
|
||||||
|
|
||||||
Right clicking on the table shows a popup menu that supports:
|
Right clicking on the table shows a popup menu that supports:
|
||||||
|
@ -98,7 +98,7 @@ When any item of these items is changed the button is lit in green until it is p
|
|||||||
|
|
||||||
<h3>11: Audio volume</h3>
|
<h3>11: Audio volume</h3>
|
||||||
|
|
||||||
Volume of the audio feedback (when se with button 12.2).
|
Volume of the audio feedback (when set with button 12.2).
|
||||||
|
|
||||||
<h3>12: Gain</h3>
|
<h3>12: Gain</h3>
|
||||||
|
|
||||||
|
@ -314,7 +314,7 @@ Sea Marks are from OpenSeaMap: https://www.openseamap.org/
|
|||||||
|
|
||||||
Railways are from OpenRailwayMap: https://www.openrailwaymap.org/
|
Railways are from OpenRailwayMap: https://www.openrailwaymap.org/
|
||||||
|
|
||||||
Weather radar and satellite data is from RainViewer: https://www.rainviewer
|
Weather radar and satellite data is from RainViewer: https://www.rainviewer.com
|
||||||
|
|
||||||
Icons made by Google from Flaticon: https://www.flaticon.com
|
Icons made by Google from Flaticon: https://www.flaticon.com
|
||||||
World icons created by turkkub from Flaticon: https://www.flaticon.com
|
World icons created by turkkub from Flaticon: https://www.flaticon.com
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<h1>Android SDR Driver Input Olugin</h1>
|
<h1>Android SDR Driver Input Plugin</h1>
|
||||||
|
|
||||||
<h2>Introduction</h2>
|
<h2>Introduction</h2>
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ Resets the title to the feature type name.
|
|||||||
|
|
||||||
<h4>2.3: Toggle reverse API feature</h4>
|
<h4>2.3: Toggle reverse API feature</h4>
|
||||||
|
|
||||||
Use this checkbox to toggle on/off the reverse API feature. With reverse API engaged the changes in the feature settings are forwarded to an API endpoint given by address (8.2.4), port (8.2.5), feature set index (8.2.6) and feature index (8.2.7) in the same format as the SDRangel REST API feature settings endpoint. With the values of the screenshot the API URL is: `http://127.0.0.1:8888/sdrangel/featureeset/0/feature/0/settings` The JSON payload follows the same format as the SDRangel REST API feature settings. Using the same example this would be:
|
Use this checkbox to toggle on/off the reverse API feature. With reverse API engaged the changes in the feature settings are forwarded to an API endpoint given by address (8.2.4), port (8.2.5), feature set index (8.2.6) and feature index (8.2.7) in the same format as the SDRangel REST API feature settings endpoint. With the values of the screenshot the API URL is: `http://127.0.0.1:8888/sdrangel/featureset/0/feature/0/settings` The JSON payload follows the same format as the SDRangel REST API feature settings. Using the same example this would be:
|
||||||
|
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
|
@ -17,7 +17,7 @@ The main motivations are:
|
|||||||
- AM demodulator
|
- AM demodulator
|
||||||
- BFM (Broadcast FM) demodulator
|
- BFM (Broadcast FM) demodulator
|
||||||
- Remote sink
|
- Remote sink
|
||||||
- DSD (Digital Vouice) demodulator
|
- DSD (Digital Voice) demodulator
|
||||||
- NFM (Narrowband FM) demodulator
|
- NFM (Narrowband FM) demodulator
|
||||||
- SSB demodulator
|
- SSB demodulator
|
||||||
- WFM (Wideband FM) demodulator
|
- WFM (Wideband FM) demodulator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user