mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 01:18:38 -05:00
Updated version and changelogs
This commit is contained in:
parent
0a03c5d587
commit
55766f60b8
@ -1,3 +1,11 @@
|
||||
sdrangel (4.11.9-1) unstable; urgency=medium
|
||||
|
||||
* Fixed regression in v4.11.7 due to FIFO system
|
||||
* Upgraded SerialDV. Removed unused attribute in LocalSink GUI
|
||||
* Preparatory works for MIMO channels support
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 10 Sep 2019 21:04:06 +0200
|
||||
|
||||
sdrangel (4.11.8-1) unstable; urgency=medium
|
||||
|
||||
* HackRF: implemented transverter functionality
|
||||
|
@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "4")
|
||||
set(sdrangel_VERSION_MINOR "11")
|
||||
set(sdrangel_VERSION_PATCH "8")
|
||||
set(sdrangel_VERSION_PATCH "9")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
sdrangel (4.11.9-1) unstable; urgency=medium
|
||||
|
||||
* Fixed regression in v4.11.7 due to FIFO system
|
||||
* Upgraded SerialDV. Removed unused attribute in LocalSink GUI
|
||||
* Preparatory works for MIMO channels support
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 10 Sep 2019 21:04:06 +0200
|
||||
|
||||
sdrangel (4.11.8-1) unstable; urgency=medium
|
||||
|
||||
* HackRF: implemented transverter functionality
|
||||
|
@ -19,6 +19,9 @@ Options are:
|
||||
- `-P` or `--port` listening port (default `8888`)
|
||||
- `-a` or `--address-sdr` SDRangel REST API address (defaults to calling address)
|
||||
- `-p` or `--port-sdr` SDRangel REST API port (default `8091`)
|
||||
- `-f` or `--tracker-frequency` Absolute frequency the tracker should aim at (in Hz optional)
|
||||
- `-r` or `--refcorr-limit` Limit of the tracker frequency reference correction. Correction is not apply if error is in this +/- frequency range (Hz, optional, default 1000 Hz)
|
||||
- `-d` or `--transverter-device` Transverter device index to use for tracker frequency correction (optional)
|
||||
|
||||
With default options (no parameters) it will listen on all available interfaces including loopback at `127.0.0.1` and at port `8888`. It will identify the SDRangel API address with the first request from SDRangel and connect back at port `8091`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user