mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-01-04 23:50:06 +01:00
Merge pull request #11 from n5ac/thumbDV_ssdr_v3_update
Updated D-Star app to work with SmartSDR v3.
This commit is contained in:
commit
05e8e83223
Binary file not shown.
|
|
@ -1,12 +1,12 @@
|
|||
[header]
|
||||
Name: ThumbDV
|
||||
Version: "1.1.0"
|
||||
Version: "1.2.0"
|
||||
Minimum-SmartSDR-Version: 1.10.3.0
|
||||
Author: FlexRadio Systems
|
||||
Support-email: support@flexradio.com
|
||||
Support-phone: 512-535-4713
|
||||
License: GPL7.3
|
||||
Executable: "thumbdv"
|
||||
Executable: "thumbdv"
|
||||
|
||||
[setup]
|
||||
waveform create name=ThumbDV mode=DSTR underlying_mode=DFM version=1.1.0
|
||||
|
|
@ -19,5 +19,5 @@ waveform set ThumbDV tx_filter high_cut=4800
|
|||
waveform set ThumbDV tx_filter depth=2
|
||||
waveform set ThumbDV udpport=5000
|
||||
|
||||
[end]
|
||||
|
||||
[end]
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("FlexRadio Systems")]
|
||||
[assembly: AssemblyProduct("SmartSDR_D-STAR_Waveform")]
|
||||
[assembly: AssemblyCopyright("Copyright © FlexRadio Systems 2014-2015")]
|
||||
[assembly: AssemblyCopyright("Copyright © FlexRadio Systems 2014-2019")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.1.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.1.0.0")]
|
||||
[assembly: AssemblyVersion("1.2.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.2.0.0")]
|
||||
|
|
|
|||
|
|
@ -6,11 +6,11 @@
|
|||
|
||||
; The App Versions can be passed in and will match the AssemblyInfo for the application
|
||||
#ifndef MyAppVersion
|
||||
#define MyAppVersion "1.1.0.0"
|
||||
#define MyAppVersion "1.2.0.0"
|
||||
#endif
|
||||
|
||||
#ifndef MyAppVersionWithV
|
||||
#define MyAppVersionWithV "v1.1.0.0"
|
||||
#define MyAppVersionWithV "v1.2.0.0"
|
||||
#endif
|
||||
|
||||
#define MyAppName "SmartSDR D-STAR Waveform"
|
||||
|
|
|
|||
Loading…
Reference in a new issue