mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-08 08:54:41 -04:00
Disallow split mode working with dummy rig.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3992 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
@@ -174,13 +174,9 @@ HamlibTransceiver::HamlibTransceiver (int model_number
|
||||
|
||||
// rig_->state.obj = this;
|
||||
|
||||
if (/*!is_dummy_ &&*/ !cat_port.isEmpty () /*&& cat_port != "None"*/)
|
||||
if (!cat_port.isEmpty ())
|
||||
{
|
||||
// #if defined (WIN32)
|
||||
// set_conf ("rig_pathname", ("\\\\.\\" + cat_port).toLatin1 ().data ());
|
||||
// #else
|
||||
set_conf ("rig_pathname", cat_port.toLatin1 ().data ());
|
||||
// #endif
|
||||
}
|
||||
|
||||
set_conf ("serial_speed", QByteArray::number (cat_baud).data ());
|
||||
|
||||
Reference in New Issue
Block a user