mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-02-06 15:14:18 +01:00
Updated FreeDV app to work with SmartSDR v3.
This commit is contained in:
parent
542fd84eb8
commit
54e33e8bd8
|
|
@ -63,6 +63,7 @@ namespace CODEC2_GUI
|
|||
|
||||
private void Form1_Load(object sender, EventArgs e)
|
||||
{
|
||||
API.ProgramName = "FreeDV";
|
||||
API.RadioAdded += new API.RadioAddedEventHandler(API_RadioAdded);
|
||||
API.RadioRemoved += new API.RadioRemovedEventHandler(API_RadioRemoved);
|
||||
API.Init();
|
||||
|
|
|
|||
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_FreeDV_Waveform")]
|
||||
[assembly: AssemblyCopyright("Copyright © FlexRadio Systems 2015")]
|
||||
[assembly: AssemblyCopyright("Copyright © FlexRadio Systems 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.0.5.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.5.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.0.5.0"
|
||||
#define MyAppVersion "1.2.0.0"
|
||||
#endif
|
||||
|
||||
#ifndef MyAppVersionWithV
|
||||
#define MyAppVersionWithV "v1.0.5.0"
|
||||
#define MyAppVersionWithV "v1.2.0.0"
|
||||
#endif
|
||||
|
||||
#define MyAppName "SmartSDR FreeDV Waveform"
|
||||
|
|
|
|||
Loading…
Reference in a new issue