Исправление сборки для SoftRock40

v2.8.0.127
Alex Paraskeva 2019-02-04 11:09:23 +02:00
parent 2f4b3413b6
commit c006063343
2 changed files with 8 additions and 8 deletions

View File

@ -40,7 +40,7 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("FlexRadio Systems")]
[assembly: AssemblyProduct("PowerSDR")]
[assembly: AssemblyCopyright("© 2003-2018 FlexRadio Systems. All rights reserved.")]
[assembly: AssemblyCopyright("© 2003-2019 FlexRadio Systems. All rights reserved.")]
[assembly: AssemblyTrademark("FlexRadio Systems")]
[assembly: AssemblyCulture("")]
@ -55,7 +55,7 @@ using System.Runtime.CompilerServices;
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.8.0.111")]
[assembly: AssemblyVersion("2.8.0.112")]
//
// In order to sign your assembly you must specify a key to use. Refer to the
@ -85,5 +85,5 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("")]
[assembly: AssemblyFileVersion("2.8.0.111")]
[assembly: AssemblyFileVersion("2.8.0.112")]

View File

@ -47510,7 +47510,7 @@ namespace PowerSDR
public void UpdateRX1DisplayAverage(float[] buffer, float[] new_data) // comment all the wjt stuff. it isnt for the Flex-5000
{
// double dttsp_osc = dsp.GetDSPRX(0, 0).RXOsc; // ke9ns = -9000 (if value)
double dttsp_osc = dsp.GetDSPRX(0, 0).RXOsc; // ke9ns = -9000 (if value)
// Debug.WriteLine("last vfo: vfo: " + DDSFreq + " , " + rx1_avg_last_ddsfreq + " , " + dttsp_osc); // ke9ns = always 7 @192k
@ -47532,9 +47532,9 @@ namespace PowerSDR
if ( (rx1_avg_last_ddsfreq != 0 && rx1_avg_last_ddsfreq != DDSFreq) || (current_model == Model.SOFTROCK40 && rx1_avg_last_dttsp_osc != dttsp_osc)) // vfo has changed, need to shift things around
{
LASTVFOA = VFOAFreq;
//LASTVFOA = VFOAFreq;
Debug.WriteLine("dttsp_osc: " + dttsp_osc + " , " + LASTVFOA );
//Debug.WriteLine("dttsp_osc: " + dttsp_osc + " , " + LASTVFOA );
double delta_vfo;
@ -47675,7 +47675,7 @@ namespace PowerSDR
public void UpdateRX2DisplayAverage(float[] buffer, float[] new_data)
{
// double dttsp_osc = dsp.GetDSPRX(1, 0).RXOsc;
double dttsp_osc = dsp.GetDSPRX(1, 0).RXOsc;
// Debug.WriteLine("last vfo: " + avg_last_ddsfreq + " vfo: " + DDSFreq);
@ -58994,7 +58994,7 @@ namespace PowerSDR
// private static double tuned_freq;
private static double tuned_freq;
private void txtVFOAFreq_KeyPress(object sender, System.Windows.Forms.KeyPressEventArgs e)
{