Skip to content

Commit

Permalink
Allow serial netwotk port
Browse files Browse the repository at this point in the history
  • Loading branch information
PianetaRadio authored Mar 7, 2024
1 parent b8bead1 commit df7e3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialogconfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit df7e3bd

Please sign in to comment.