Skip to content

Commit

Permalink
v3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
w5wc committed Nov 20, 2017
1 parent 855d1d6 commit 38ee1ab
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Project Files/Source/Console/console.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22925,15 +22925,15 @@ public double CATVFOB
// i.e. not just copy frequency alone
public void CATVFOAtoB()
{
btnVFOAtoB.PerformClick();
btnVFOAtoB_Click(this, EventArgs.Empty);
}
public void CATVFOBtoA()
{
btnVFOBtoA.PerformClick();
btnVFOBtoA_Click(this, EventArgs.Empty);
}
public void CATVFOABSwap()
{
btnVFOSwap.PerformClick();
btnVFOSwap_Click(this, EventArgs.Empty);
}


Expand Down
Binary file modified Project Files/bin/Release/PowerSDR.exe
Binary file not shown.
Binary file modified Project Files/bin/Release/PowerSDR.pdb
Binary file not shown.
Binary file modified Project Files/bin/Release/de/PowerSDR.resources.dll
Binary file not shown.
Binary file modified Project Files/bin/Release/es/PowerSDR.resources.dll
Binary file not shown.
Binary file modified Project Files/bin/Release/fr/PowerSDR.resources.dll
Binary file not shown.
Binary file modified Project Files/bin/Release/it/PowerSDR.resources.dll
Binary file not shown.
Binary file modified Project Files/bin/Release/ja/PowerSDR.resources.dll
Binary file not shown.
Binary file modified Project Files/bin/Release/ko/PowerSDR.resources.dll
Binary file not shown.
Binary file modified Project Files/bin/Release/ru/PowerSDR.resources.dll
Binary file not shown.
Binary file modified Project Files/bin/Release/zh-Hans/PowerSDR.resources.dll
Binary file not shown.
Binary file modified Project Files/bin/Release/zh-Hant/PowerSDR.resources.dll
Binary file not shown.
13 changes: 7 additions & 6 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ Read the RealeaseNotes.md for more information.
- Added MIDI CAT support for the Behringer CMD Studio 2a
- Added support for the ANAN-7000DLE transceiver
- Added feature to select between receive or transmit antenna for receiving
- Seperated TX Profiles for various modes.
-- LSB, USB, DSB, CWL, CWU, SPEC, & DRM
-- FM
-- AM & SAM
-- DIGL & DIGU

- Use of seperate TX Profiles for various modes.
- LSB, USB, DSB, CWL, CWU, SPEC, & DRM
- FM
- AM & SAM
- DIGL & DIGU
- PRO Latency feature added.

# 3.4.2 (2017-7-5)
- CTUN has had several modifications and bug fixes.
- Band Stacks have been increased to 5 deep for each band.
Expand Down

0 comments on commit 38ee1ab

Please sign in to comment.