mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-01-05 16:09:58 +01:00
Add ssdr_waveform package to git and update iss script to point to new location
This commit is contained in:
parent
e327a8c150
commit
42ff3dd0d8
23
DSP_API/Waveform/ThumbDV.cfg
Normal file
23
DSP_API/Waveform/ThumbDV.cfg
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[header]
|
||||
Name: ThumbDV
|
||||
Version: "0.0.4"
|
||||
Minimum-SmartSDR-Version: 1.4.2.0
|
||||
Author: FlexRadio Systems
|
||||
Support-email: support@flexradio.com
|
||||
Support-phone: 512-535-4713
|
||||
License: GPL7.3
|
||||
Executable: "thumbdv"
|
||||
|
||||
[setup]
|
||||
waveform create name=ThumbDV mode=DSTR underlying_mode=DFM version=0.0.4
|
||||
waveform set ThumbDV tx=1
|
||||
waveform set ThumbDV rx_filter low_cut=-4800
|
||||
waveform set ThumbDV rx_filter high_cut=4800
|
||||
waveform set ThumbDV rx_filter depth=2
|
||||
waveform set ThumbDV tx_filter low_cut=0
|
||||
waveform set ThumbDV tx_filter high_cut=4800
|
||||
waveform set ThumbDV tx_filter depth=2
|
||||
waveform set ThumbDV udpport=5000
|
||||
|
||||
[end]
|
||||
|
||||
BIN
DSP_API/Waveform/ThumbDV.ssdr_waveform
Normal file
BIN
DSP_API/Waveform/ThumbDV.ssdr_waveform
Normal file
Binary file not shown.
|
|
@ -39,7 +39,7 @@ Source: "..\CODEC2 GUI\bin\x86\Release\FlexLib.dll"; DestDir: "{app}"; Flags: ig
|
|||
Source: "..\CODEC2 GUI\bin\x86\Release\Ionic.Zip.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "..\CODEC2 GUI\bin\x86\Release\Util.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "..\CODEC2 GUI\bin\x86\Release\Vita.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "..\..\..\DSP_API\ThumbDV_Release\ThumbDV.ssdr_waveform"; DestDir: {userappdata}\FlexRadio Systems\Waveforms; Flags: ignoreversion
|
||||
Source: "..\..\..\DSP_API\Waveform\ThumbDV.ssdr_waveform"; DestDir: {userappdata}\FlexRadio Systems\Waveforms; Flags: ignoreversion
|
||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||
|
||||
[Icons]
|
||||
|
|
|
|||
Loading…
Reference in a new issue