mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-01-03 15:09:59 +01:00
Change APP_NAME to ThumbDV, update ThumbDV.cfg to reflect new name and change UDP Port to 5000 to avoid conflicts with FreeDV
This commit is contained in:
parent
de0de8335e
commit
8e033a0610
|
|
@ -1,5 +1,5 @@
|
|||
[header]
|
||||
Name: DSTAR
|
||||
Name: ThumbDV
|
||||
Version: 0.0.1
|
||||
Minimum-SmartSDR-Version: 1.4.2.0
|
||||
Author: FlexRadio Systems
|
||||
|
|
@ -9,15 +9,15 @@ License: GPL7.3
|
|||
Executable: "thumbdv"
|
||||
|
||||
[setup]
|
||||
waveform create name=DSTAR mode=DSR
|
||||
waveform set FreeDV tx=1
|
||||
waveform set FreeDV rx_filter low_cut=600
|
||||
waveform set FreeDV rx_filter high_cut=2400
|
||||
waveform set FreeDV rx_filter depth=8
|
||||
waveform set FreeDV tx_filter low_cut=600
|
||||
waveform set FreeDV tx_filter high_cut=2400
|
||||
waveform set FreeDV tx_filter depth=8
|
||||
waveform set FreeDV udpport=4999
|
||||
waveform create name=ThumbDV mode=DSR
|
||||
waveform set ThumbDV tx=1
|
||||
waveform set ThumbDV rx_filter low_cut=600
|
||||
waveform set ThumbDV rx_filter high_cut=2400
|
||||
waveform set ThumbDV rx_filter depth=8
|
||||
waveform set ThumbDV tx_filter low_cut=600
|
||||
waveform set ThumbDV tx_filter high_cut=2400
|
||||
waveform set ThumbDV tx_filter depth=8
|
||||
waveform set ThumbDV udpport=5000
|
||||
|
||||
[end]
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
#define SUCCESS 0
|
||||
|
||||
#define SMARTSDR_API_PORT "4992"
|
||||
#define VITA_49_PORT 4999
|
||||
#define VITA_49_PORT 5000
|
||||
#define VITA_49_SOURCE_PORT VITA_49_PORT
|
||||
#define VITA_49_FFT_SOURCE_PORT 30003
|
||||
#define VITA_49_METER_SOURCE_PORT 30002
|
||||
|
|
|
|||
Loading…
Reference in a new issue