Allow serial netwotk port

#44
1.4.0
PianetaRadio 2024-03-07 22:53:15 +01:00 zatwierdzone przez GitHub
rodzic b8bead15f3
commit df7e3bdcec
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -310,7 +310,7 @@ void DialogConfig::on_comboBox_rigModel_currentIndexChanged(int index)
rig = rig_init(currentRig);
if (rig->caps->port_type == RIG_PORT_SERIAL)
{
ui->checkBox_netRigctl->setChecked(false);
//ui->checkBox_netRigctl->setChecked(false);
ui->tabWidget_Config->setCurrentIndex(0);
setDialogSerialConfig(rig->caps->serial_data_bits, rig->caps->serial_parity, rig->caps->serial_stop_bits, rig->caps->serial_handshake);
//qDebug() << rig->caps->serial_data_bits << rig->caps->serial_parity << rig->caps->serial_stop_bits << rig->caps->serial_handshake;