diff --git a/LCD Panel Firmware/CONTROL_BOARD_v1.09/CONTROL_BOARD_v1.09.ino b/LCD Panel Firmware/CONTROL_BOARD_v1.09/CONTROL_BOARD_v1.09.ino index 668a364e..de1fd61f 100644 --- a/LCD Panel Firmware/CONTROL_BOARD_v1.09/CONTROL_BOARD_v1.09.ino +++ b/LCD Panel Firmware/CONTROL_BOARD_v1.09/CONTROL_BOARD_v1.09.ino @@ -556,14 +556,14 @@ void loop() { fault(); // Jump to FAULT handling } - if ((volt_50 <= 430) and (Operate == 1) and (TestMode == 0) and (PTT == 0) and (supply_50_stby == 0)) // Undervoltage while in operate mode, in RX ! Fault in pallet ? + if ((volt_50 <= 400) and (Operate == 1) and (TestMode == 0) and (PTT == 0) and (supply_50_stby == 0)) // Undervoltage while in operate mode, in RX ! Fault in pallet ? { FAULT = 2; fault(); // Jump to FAULT handling } // detect long lasting voltage dip - if ((volt_50 <= 450) and (Operate == 1) and (TestMode == 0) and (PTT == 1) ) // Undervoltage while in TX mode + if ((volt_50 <= 430) and (Operate == 1) and (TestMode == 0) and (PTT == 1) ) // Undervoltage while in TX mode { if (LoVolt50 == 0) LoVolt50Time = millis(); LoVolt50 = 1; diff --git a/Project Files/Source/Console/HPSDR/JanusAudioImports.cs b/Project Files/Source/Console/HPSDR/JanusAudioImports.cs index 41e14737..b22f8ef6 100644 --- a/Project Files/Source/Console/HPSDR/JanusAudioImports.cs +++ b/Project Files/Source/Console/HPSDR/JanusAudioImports.cs @@ -132,13 +132,13 @@ unsafe partial class JanusAudio public static extern bool getUserI01(); // TX Inhibit input sense [DllImport("JanusAudio.dll", CallingConvention = CallingConvention.Cdecl)] - public static extern bool getUserI02(); + public static extern bool getUserI02(); // Tx Inhibit input on Orion MKII board [DllImport("JanusAudio.dll", CallingConvention = CallingConvention.Cdecl)] public static extern bool getUserI03(); [DllImport("JanusAudio.dll", CallingConvention = CallingConvention.Cdecl)] - public static extern bool getUserI04(); + public static extern bool getUserI04(); // external straight key input [DllImport("JanusAudio.dll", CallingConvention = CallingConvention.Cdecl)] // sets number of receivers public static extern void SetNRx(int nrx); diff --git a/Project Files/Source/Console/console.cs b/Project Files/Source/Console/console.cs index 35e7e7c2..e5c78373 100644 --- a/Project Files/Source/Console/console.cs +++ b/Project Files/Source/Console/console.cs @@ -33104,6 +33104,7 @@ private void PollCW() while (chkPower.Checked) { dotdashptt = JanusAudio.nativeGetDotDashPTT(); + bool straightkeyin = JanusAudio.getUserI04(); bool state = (dotdashptt & 0x01) != 0; // ptt state = (dotdashptt & 0x02) != 0; // dash @@ -33120,6 +33121,7 @@ private void PollCW() //SetConsoleMox(state); } + last_bmp = dotdashptt; Thread.Sleep(10); } @@ -33249,10 +33251,10 @@ private void PollTXInhibit() bool inhibit_input; while (chkPower.Checked) { - if (tx_inhibit_enabled && current_hpsdr_model != HPSDRModel.HPSDR) + if (/*tx_inhibit_enabled && */ current_hpsdr_model != HPSDRModel.HPSDR) { if (anan7000dpresent || anan8000dpresent) - inhibit_input = JanusAudio.getUserI02(); + inhibit_input = JanusAudio.getUserI02(); else inhibit_input = JanusAudio.getUserI01(); diff --git a/Project Files/Source/Console/setup.designer.cs b/Project Files/Source/Console/setup.designer.cs index 394df199..0059081f 100644 --- a/Project Files/Source/Console/setup.designer.cs +++ b/Project Files/Source/Console/setup.designer.cs @@ -30197,6 +30197,7 @@ private void InitializeComponent() this.grpExtTXInhibit.TabIndex = 71; this.grpExtTXInhibit.TabStop = false; this.grpExtTXInhibit.Text = "External TX Inhibit"; + this.grpExtTXInhibit.Visible = false; // // chkTXInhibit // diff --git a/Project Files/Source/Console/titlebar.cs b/Project Files/Source/Console/titlebar.cs index 98a51f61..0e558367 100644 --- a/Project Files/Source/Console/titlebar.cs +++ b/Project Files/Source/Console/titlebar.cs @@ -35,7 +35,7 @@ namespace PowerSDR class TitleBar { public const string BUILD_NAME = "mRX PS"; - public const string BUILD_DATE = "(10/26/18)"; + public const string BUILD_DATE = "(1/31/19)"; public static string GetString() { diff --git a/Project Files/Source/Console/xvtr.cs b/Project Files/Source/Console/xvtr.cs index 60b7b4a3..9d0316ca 100644 --- a/Project Files/Source/Console/xvtr.cs +++ b/Project Files/Source/Console/xvtr.cs @@ -1323,6 +1323,8 @@ private void InitializeComponent() // // chkXVTRRF15 // + this.chkXVTRRF15.Checked = true; + this.chkXVTRRF15.CheckState = System.Windows.Forms.CheckState.Checked; this.chkXVTRRF15.Enabled = false; this.chkXVTRRF15.Image = null; this.chkXVTRRF15.Location = new System.Drawing.Point(774, 408); @@ -1333,6 +1335,8 @@ private void InitializeComponent() // // chkXVTRRF14 // + this.chkXVTRRF14.Checked = true; + this.chkXVTRRF14.CheckState = System.Windows.Forms.CheckState.Checked; this.chkXVTRRF14.Enabled = false; this.chkXVTRRF14.Image = null; this.chkXVTRRF14.Location = new System.Drawing.Point(774, 384); @@ -1343,6 +1347,8 @@ private void InitializeComponent() // // chkXVTRRF13 // + this.chkXVTRRF13.Checked = true; + this.chkXVTRRF13.CheckState = System.Windows.Forms.CheckState.Checked; this.chkXVTRRF13.Enabled = false; this.chkXVTRRF13.Image = null; this.chkXVTRRF13.Location = new System.Drawing.Point(774, 360); @@ -1353,6 +1359,8 @@ private void InitializeComponent() // // chkXVTRRF12 // + this.chkXVTRRF12.Checked = true; + this.chkXVTRRF12.CheckState = System.Windows.Forms.CheckState.Checked; this.chkXVTRRF12.Enabled = false; this.chkXVTRRF12.Image = null; this.chkXVTRRF12.Location = new System.Drawing.Point(774, 336); @@ -1363,6 +1371,8 @@ private void InitializeComponent() // // chkXVTRRF11 // + this.chkXVTRRF11.Checked = true; + this.chkXVTRRF11.CheckState = System.Windows.Forms.CheckState.Checked; this.chkXVTRRF11.Enabled = false; this.chkXVTRRF11.Image = null; this.chkXVTRRF11.Location = new System.Drawing.Point(774, 312); @@ -1373,6 +1383,8 @@ private void InitializeComponent() // // chkXVTRRF10 // + this.chkXVTRRF10.Checked = true; + this.chkXVTRRF10.CheckState = System.Windows.Forms.CheckState.Checked; this.chkXVTRRF10.Enabled = false; this.chkXVTRRF10.Image = null; this.chkXVTRRF10.Location = new System.Drawing.Point(774, 288); @@ -1383,6 +1395,8 @@ private void InitializeComponent() // // chkXVTRRF9 // + this.chkXVTRRF9.Checked = true; + this.chkXVTRRF9.CheckState = System.Windows.Forms.CheckState.Checked; this.chkXVTRRF9.Enabled = false; this.chkXVTRRF9.Image = null; this.chkXVTRRF9.Location = new System.Drawing.Point(774, 264); @@ -1393,6 +1407,8 @@ private void InitializeComponent() // // chkXVTRRF8 // + this.chkXVTRRF8.Checked = true; + this.chkXVTRRF8.CheckState = System.Windows.Forms.CheckState.Checked; this.chkXVTRRF8.Enabled = false; this.chkXVTRRF8.Image = null; this.chkXVTRRF8.Location = new System.Drawing.Point(774, 240); @@ -1403,6 +1419,8 @@ private void InitializeComponent() // // chkXVTRRF7 // + this.chkXVTRRF7.Checked = true; + this.chkXVTRRF7.CheckState = System.Windows.Forms.CheckState.Checked; this.chkXVTRRF7.Enabled = false; this.chkXVTRRF7.Image = null; this.chkXVTRRF7.Location = new System.Drawing.Point(774, 216); @@ -1413,6 +1431,8 @@ private void InitializeComponent() // // chkXVTRRF6 // + this.chkXVTRRF6.Checked = true; + this.chkXVTRRF6.CheckState = System.Windows.Forms.CheckState.Checked; this.chkXVTRRF6.Enabled = false; this.chkXVTRRF6.Image = null; this.chkXVTRRF6.Location = new System.Drawing.Point(774, 192); @@ -1423,6 +1443,8 @@ private void InitializeComponent() // // chkXVTRRF5 // + this.chkXVTRRF5.Checked = true; + this.chkXVTRRF5.CheckState = System.Windows.Forms.CheckState.Checked; this.chkXVTRRF5.Enabled = false; this.chkXVTRRF5.Image = null; this.chkXVTRRF5.Location = new System.Drawing.Point(774, 168); @@ -1433,6 +1455,8 @@ private void InitializeComponent() // // chkXVTRRF4 // + this.chkXVTRRF4.Checked = true; + this.chkXVTRRF4.CheckState = System.Windows.Forms.CheckState.Checked; this.chkXVTRRF4.Enabled = false; this.chkXVTRRF4.Image = null; this.chkXVTRRF4.Location = new System.Drawing.Point(774, 144); @@ -1443,6 +1467,8 @@ private void InitializeComponent() // // chkXVTRRF3 // + this.chkXVTRRF3.Checked = true; + this.chkXVTRRF3.CheckState = System.Windows.Forms.CheckState.Checked; this.chkXVTRRF3.Enabled = false; this.chkXVTRRF3.Image = null; this.chkXVTRRF3.Location = new System.Drawing.Point(774, 120); @@ -1453,6 +1479,8 @@ private void InitializeComponent() // // chkXVTRRF2 // + this.chkXVTRRF2.Checked = true; + this.chkXVTRRF2.CheckState = System.Windows.Forms.CheckState.Checked; this.chkXVTRRF2.Enabled = false; this.chkXVTRRF2.Image = null; this.chkXVTRRF2.Location = new System.Drawing.Point(774, 96); @@ -1463,6 +1491,8 @@ private void InitializeComponent() // // chkXVTRRF1 // + this.chkXVTRRF1.Checked = true; + this.chkXVTRRF1.CheckState = System.Windows.Forms.CheckState.Checked; this.chkXVTRRF1.Enabled = false; this.chkXVTRRF1.Image = null; this.chkXVTRRF1.Location = new System.Drawing.Point(774, 72); @@ -1473,6 +1503,8 @@ private void InitializeComponent() // // chkXVTRRF0 // + this.chkXVTRRF0.Checked = true; + this.chkXVTRRF0.CheckState = System.Windows.Forms.CheckState.Checked; this.chkXVTRRF0.Enabled = false; this.chkXVTRRF0.Image = null; this.chkXVTRRF0.Location = new System.Drawing.Point(774, 48); @@ -1484,7 +1516,7 @@ private void InitializeComponent() // lblXVTRRF // this.lblXVTRRF.Image = null; - this.lblXVTRRF.Location = new System.Drawing.Point(766, 16); + this.lblXVTRRF.Location = new System.Drawing.Point(761, 16); this.lblXVTRRF.Name = "lblXVTRRF"; this.lblXVTRRF.Size = new System.Drawing.Size(40, 32); this.lblXVTRRF.TabIndex = 170; diff --git a/Project Files/Source/JanusAudio/JanusAudio.exp b/Project Files/Source/JanusAudio/JanusAudio.exp index c7936f77..624af8f0 100644 Binary files a/Project Files/Source/JanusAudio/JanusAudio.exp and b/Project Files/Source/JanusAudio/JanusAudio.exp differ diff --git a/Project Files/Source/JanusAudio/JanusAudio.lib b/Project Files/Source/JanusAudio/JanusAudio.lib index 7c33a13e..adc47e80 100644 Binary files a/Project Files/Source/JanusAudio/JanusAudio.lib and b/Project Files/Source/JanusAudio/JanusAudio.lib differ diff --git a/Project Files/Source/JanusAudio/PowerSDR-Interface.c b/Project Files/Source/JanusAudio/PowerSDR-Interface.c index 7ece0c21..a68e4e40 100644 --- a/Project Files/Source/JanusAudio/PowerSDR-Interface.c +++ b/Project Files/Source/JanusAudio/PowerSDR-Interface.c @@ -381,7 +381,7 @@ int getDDPTTcount = 0; int last_DDP = 0; KD5TFDVK6APHAUDIO_API int nativeGetDotDashPTT() { - DotDashBits |= (~User_I02) & 0x04; //**K5SO + //DotDashBits |= (~User_I02) & 0x04; //**K5SO if ( last_DDP != (DotDashBits & 0x7) ) { last_DDP = DotDashBits & 0x7; diff --git a/Project Files/Source/JanusAudio/io-thread.c b/Project Files/Source/JanusAudio/io-thread.c index c43a7e20..ab141c13 100644 --- a/Project Files/Source/JanusAudio/io-thread.c +++ b/Project Files/Source/JanusAudio/io-thread.c @@ -1038,13 +1038,13 @@ void IOThreadMainLoop(void) { switch (ControlBytesIn[0] & CandCAddrMask) { case 0: - ADC_Overload = ControlBytesIn[1] & 1; + ADC_Overload = ControlBytesIn[1] & 0x1; if (HermesPowerEnabled) { //processOverloadBit((ControlBytesIn[1] & 1), (ControlBytesIn[1] & 1)); - User_I01 = ControlBytesIn[1] & 0x02; - User_I02 = ControlBytesIn[1] & 0x04; - User_I03 = ControlBytesIn[1] & 0x08; - User_I04 = ControlBytesIn[1] & 0x10; + User_I01 = ((ControlBytesIn[1] >> 1) & 0x1); + User_I02 = ((ControlBytesIn[1] >> 2) & 0x1); + User_I03 = ((ControlBytesIn[1] >> 3) & 0x1); + User_I04 = ((ControlBytesIn[1] >> 4) & 0x1); } break; case 0x8: diff --git a/Project Files/bin/Debug/JanusAudio.dll b/Project Files/bin/Debug/JanusAudio.dll index 10376efa..bc5c1b7d 100644 Binary files a/Project Files/bin/Debug/JanusAudio.dll and b/Project Files/bin/Debug/JanusAudio.dll differ diff --git a/Project Files/bin/Debug/JanusAudio.ilk b/Project Files/bin/Debug/JanusAudio.ilk index ee4c4061..7442e1b8 100644 Binary files a/Project Files/bin/Debug/JanusAudio.ilk and b/Project Files/bin/Debug/JanusAudio.ilk differ diff --git a/Project Files/bin/Debug/Midi2Cat.dll b/Project Files/bin/Debug/Midi2Cat.dll index 568f8e68..22555e79 100644 Binary files a/Project Files/bin/Debug/Midi2Cat.dll and b/Project Files/bin/Debug/Midi2Cat.dll differ diff --git a/Project Files/bin/Debug/Midi2Cat.pdb b/Project Files/bin/Debug/Midi2Cat.pdb index 2bf63f1a..c42dfc94 100644 Binary files a/Project Files/bin/Debug/Midi2Cat.pdb and b/Project Files/bin/Debug/Midi2Cat.pdb differ diff --git a/Project Files/bin/Debug/PA19.dll b/Project Files/bin/Debug/PA19.dll index a54f4f52..f5531edb 100644 Binary files a/Project Files/bin/Debug/PA19.dll and b/Project Files/bin/Debug/PA19.dll differ diff --git a/Project Files/bin/Debug/PA19.ilk b/Project Files/bin/Debug/PA19.ilk index 78055b07..f1a54677 100644 Binary files a/Project Files/bin/Debug/PA19.ilk and b/Project Files/bin/Debug/PA19.ilk differ diff --git a/Project Files/bin/Debug/PowerSDR.exe b/Project Files/bin/Debug/PowerSDR.exe index 591f893c..81519dba 100644 Binary files a/Project Files/bin/Debug/PowerSDR.exe and b/Project Files/bin/Debug/PowerSDR.exe differ diff --git a/Project Files/bin/Debug/PowerSDR.pdb b/Project Files/bin/Debug/PowerSDR.pdb index 6cc68133..a20f6f63 100644 Binary files a/Project Files/bin/Debug/PowerSDR.pdb and b/Project Files/bin/Debug/PowerSDR.pdb differ diff --git a/Project Files/bin/Debug/de/PowerSDR.resources.dll b/Project Files/bin/Debug/de/PowerSDR.resources.dll index 85dc27b0..fe58d60f 100644 Binary files a/Project Files/bin/Debug/de/PowerSDR.resources.dll and b/Project Files/bin/Debug/de/PowerSDR.resources.dll differ diff --git a/Project Files/bin/Debug/es/PowerSDR.resources.dll b/Project Files/bin/Debug/es/PowerSDR.resources.dll index 90316757..bbb8152f 100644 Binary files a/Project Files/bin/Debug/es/PowerSDR.resources.dll and b/Project Files/bin/Debug/es/PowerSDR.resources.dll differ diff --git a/Project Files/bin/Debug/fr/PowerSDR.resources.dll b/Project Files/bin/Debug/fr/PowerSDR.resources.dll index 5bfbb6b4..06d3e59e 100644 Binary files a/Project Files/bin/Debug/fr/PowerSDR.resources.dll and b/Project Files/bin/Debug/fr/PowerSDR.resources.dll differ diff --git a/Project Files/bin/Debug/it/PowerSDR.resources.dll b/Project Files/bin/Debug/it/PowerSDR.resources.dll index 269b6894..fe86da33 100644 Binary files a/Project Files/bin/Debug/it/PowerSDR.resources.dll and b/Project Files/bin/Debug/it/PowerSDR.resources.dll differ diff --git a/Project Files/bin/Debug/ja/PowerSDR.resources.dll b/Project Files/bin/Debug/ja/PowerSDR.resources.dll index 6d25ee07..b1a02ec8 100644 Binary files a/Project Files/bin/Debug/ja/PowerSDR.resources.dll and b/Project Files/bin/Debug/ja/PowerSDR.resources.dll differ diff --git a/Project Files/bin/Debug/ko/PowerSDR.resources.dll b/Project Files/bin/Debug/ko/PowerSDR.resources.dll index 5c7c273d..58f4c719 100644 Binary files a/Project Files/bin/Debug/ko/PowerSDR.resources.dll and b/Project Files/bin/Debug/ko/PowerSDR.resources.dll differ diff --git a/Project Files/bin/Debug/pthreadVC.dll b/Project Files/bin/Debug/pthreadVC.dll index f136f5df..4fac160c 100644 Binary files a/Project Files/bin/Debug/pthreadVC.dll and b/Project Files/bin/Debug/pthreadVC.dll differ diff --git a/Project Files/bin/Debug/pthreadVC.pdb b/Project Files/bin/Debug/pthreadVC.pdb index e2880113..27edea38 100644 Binary files a/Project Files/bin/Debug/pthreadVC.pdb and b/Project Files/bin/Debug/pthreadVC.pdb differ diff --git a/Project Files/bin/Debug/ru/PowerSDR.resources.dll b/Project Files/bin/Debug/ru/PowerSDR.resources.dll index 476c59ba..8a1ed498 100644 Binary files a/Project Files/bin/Debug/ru/PowerSDR.resources.dll and b/Project Files/bin/Debug/ru/PowerSDR.resources.dll differ diff --git a/Project Files/bin/Debug/wdsp.dll b/Project Files/bin/Debug/wdsp.dll index ad9b1d43..38d6963f 100644 Binary files a/Project Files/bin/Debug/wdsp.dll and b/Project Files/bin/Debug/wdsp.dll differ diff --git a/Project Files/bin/Debug/wdsp.ilk b/Project Files/bin/Debug/wdsp.ilk index 7d2e4a37..10f82a75 100644 Binary files a/Project Files/bin/Debug/wdsp.ilk and b/Project Files/bin/Debug/wdsp.ilk differ diff --git a/Project Files/bin/Debug/zh-Hans/PowerSDR.resources.dll b/Project Files/bin/Debug/zh-Hans/PowerSDR.resources.dll index 78e320b0..8c27aeef 100644 Binary files a/Project Files/bin/Debug/zh-Hans/PowerSDR.resources.dll and b/Project Files/bin/Debug/zh-Hans/PowerSDR.resources.dll differ diff --git a/Project Files/bin/Debug/zh-Hant/PowerSDR.resources.dll b/Project Files/bin/Debug/zh-Hant/PowerSDR.resources.dll index 1174ea39..3b2f963b 100644 Binary files a/Project Files/bin/Debug/zh-Hant/PowerSDR.resources.dll and b/Project Files/bin/Debug/zh-Hant/PowerSDR.resources.dll differ diff --git a/Project Files/bin/Release/JanusAudio.dll b/Project Files/bin/Release/JanusAudio.dll index d9415000..82ed4c43 100644 Binary files a/Project Files/bin/Release/JanusAudio.dll and b/Project Files/bin/Release/JanusAudio.dll differ diff --git a/Project Files/bin/Release/Midi2Cat.dll b/Project Files/bin/Release/Midi2Cat.dll index 65d32201..95688ee9 100644 Binary files a/Project Files/bin/Release/Midi2Cat.dll and b/Project Files/bin/Release/Midi2Cat.dll differ diff --git a/Project Files/bin/Release/Midi2Cat.pdb b/Project Files/bin/Release/Midi2Cat.pdb index 645fd0f6..14889252 100644 Binary files a/Project Files/bin/Release/Midi2Cat.pdb and b/Project Files/bin/Release/Midi2Cat.pdb differ diff --git a/Project Files/bin/Release/PowerSDR.exe b/Project Files/bin/Release/PowerSDR.exe index 77b67d6a..d7307b96 100644 Binary files a/Project Files/bin/Release/PowerSDR.exe and b/Project Files/bin/Release/PowerSDR.exe differ diff --git a/Project Files/bin/Release/PowerSDR.pdb b/Project Files/bin/Release/PowerSDR.pdb index 7ec6d12f..7ed2fc97 100644 Binary files a/Project Files/bin/Release/PowerSDR.pdb and b/Project Files/bin/Release/PowerSDR.pdb differ diff --git a/Project Files/bin/Release/de/PowerSDR.resources.dll b/Project Files/bin/Release/de/PowerSDR.resources.dll index f8bfffeb..1dc66b1f 100644 Binary files a/Project Files/bin/Release/de/PowerSDR.resources.dll and b/Project Files/bin/Release/de/PowerSDR.resources.dll differ diff --git a/Project Files/bin/Release/es/PowerSDR.resources.dll b/Project Files/bin/Release/es/PowerSDR.resources.dll index f97a0661..dfa59949 100644 Binary files a/Project Files/bin/Release/es/PowerSDR.resources.dll and b/Project Files/bin/Release/es/PowerSDR.resources.dll differ diff --git a/Project Files/bin/Release/fr/PowerSDR.resources.dll b/Project Files/bin/Release/fr/PowerSDR.resources.dll index fba2df2f..acf28c73 100644 Binary files a/Project Files/bin/Release/fr/PowerSDR.resources.dll and b/Project Files/bin/Release/fr/PowerSDR.resources.dll differ diff --git a/Project Files/bin/Release/it/PowerSDR.resources.dll b/Project Files/bin/Release/it/PowerSDR.resources.dll index 9f8b4ec6..e27565d1 100644 Binary files a/Project Files/bin/Release/it/PowerSDR.resources.dll and b/Project Files/bin/Release/it/PowerSDR.resources.dll differ diff --git a/Project Files/bin/Release/ja/PowerSDR.resources.dll b/Project Files/bin/Release/ja/PowerSDR.resources.dll index a0a69f09..a9e8429b 100644 Binary files a/Project Files/bin/Release/ja/PowerSDR.resources.dll and b/Project Files/bin/Release/ja/PowerSDR.resources.dll differ diff --git a/Project Files/bin/Release/ko/PowerSDR.resources.dll b/Project Files/bin/Release/ko/PowerSDR.resources.dll index e3165930..eca46290 100644 Binary files a/Project Files/bin/Release/ko/PowerSDR.resources.dll and b/Project Files/bin/Release/ko/PowerSDR.resources.dll differ diff --git a/Project Files/bin/Release/ru/PowerSDR.resources.dll b/Project Files/bin/Release/ru/PowerSDR.resources.dll index 67339ccd..9e15fc50 100644 Binary files a/Project Files/bin/Release/ru/PowerSDR.resources.dll and b/Project Files/bin/Release/ru/PowerSDR.resources.dll differ diff --git a/Project Files/bin/Release/zh-Hans/PowerSDR.resources.dll b/Project Files/bin/Release/zh-Hans/PowerSDR.resources.dll index edf14116..801a54c2 100644 Binary files a/Project Files/bin/Release/zh-Hans/PowerSDR.resources.dll and b/Project Files/bin/Release/zh-Hans/PowerSDR.resources.dll differ diff --git a/Project Files/bin/Release/zh-Hant/PowerSDR.resources.dll b/Project Files/bin/Release/zh-Hant/PowerSDR.resources.dll index ad2c41ce..833981ae 100644 Binary files a/Project Files/bin/Release/zh-Hant/PowerSDR.resources.dll and b/Project Files/bin/Release/zh-Hant/PowerSDR.resources.dll differ