mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Read hamlib_settings.json when rig is None to allow PTT only config
This commit is contained in:
parent
a1808c99f7
commit
e3bffc3ece
@ -259,8 +259,6 @@ HamlibTransceiver::HamlibTransceiver (logger_type * logger,
|
|||||||
|
|
||||||
// rig_->state.obj = this;
|
// rig_->state.obj = this;
|
||||||
|
|
||||||
if (!is_dummy_)
|
|
||||||
{
|
|
||||||
//
|
//
|
||||||
// user defined Hamlib settings
|
// user defined Hamlib settings
|
||||||
//
|
//
|
||||||
@ -306,6 +304,8 @@ HamlibTransceiver::HamlibTransceiver (logger_type * logger,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!is_dummy_)
|
||||||
|
{
|
||||||
switch (rig_->caps->port_type)
|
switch (rig_->caps->port_type)
|
||||||
{
|
{
|
||||||
case RIG_PORT_SERIAL:
|
case RIG_PORT_SERIAL:
|
||||||
|
Loading…
Reference in New Issue
Block a user