Add ssdr_waveform package to git and update iss script to point to new location

This commit is contained in:
Ed Gonzalez 2015-09-03 13:37:49 -05:00
parent e327a8c150
commit 42ff3dd0d8
3 changed files with 24 additions and 1 deletions

View 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]

Binary file not shown.

View file

@ -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]