pushed 1.2d; fixing some reliability issues w/ wsjtx/rigctld

merge-requests/7/head
Roeland Jansen 2021-10-08 10:25:32 +02:00
rodzic b7edb2cf96
commit c4a9465fb3
4 zmienionych plików z 11 dodań i 1 usunięć

BIN
.swo

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -1,5 +1,10 @@
# CHANGELOG
- 20211006
Send TX/Freq changes multiple times with rigctld
bumped to 1.2d hopefully last testversion before 1.20
- 202109022
Remove duplicate setPriority()

Wyświetl plik

@ -10,3 +10,8 @@ The following highlights are in this 1.x-release:
rigctl basic split support
rigctl prevents switching off civ transceive
added 25 kHz step
as a temporary measure sending multiple TX/FREQ change commands to the rig
when we use rigctld.
people should use "fake it" in wsjtx as the split code is not reliable.

Wyświetl plik

@ -12,7 +12,7 @@ aboutbox::aboutbox(QWidget *parent) :
ui->logoBtn->setIcon(QIcon(":resources/wfview.png"));
ui->logoBtn->setStyleSheet("Text-align:left");
ui->topText->setText("wfview version 1.2c");
ui->topText->setText("wfview version 1.2d");
QString head = QString("<html><head></head><body>");
QString copyright = QString("Copyright 2017-2021 Elliott H. Liggett, W6EL. All rights reserved. wfview source code is <a href=\"https://gitlab.com/eliggett/wfview/-/blob/master/LICENSE\">licensed</a> under the GNU GPLv3.");