kopia lustrzana https://github.com/Hamlib/Hamlib
Add CM108 and GPIO DCD types to rigctld.c
rodzic
f926868dad
commit
89d4bf3a6a
|
@ -398,6 +398,18 @@ int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
dcd_type = RIG_DCD_PARALLEL;
|
dcd_type = RIG_DCD_PARALLEL;
|
||||||
}
|
}
|
||||||
|
else if (!strcmp(optarg, "CM108"))
|
||||||
|
{
|
||||||
|
dcd_type = RIG_DCD_CM108;
|
||||||
|
}
|
||||||
|
else if (!strcmp(optarg, "GPIO"))
|
||||||
|
{
|
||||||
|
dcd_type = RIG_DCD_GPIO;
|
||||||
|
}
|
||||||
|
else if (!strcmp(optarg, "GPION"))
|
||||||
|
{
|
||||||
|
dcd_type = RIG_DCD_GPION;
|
||||||
|
}
|
||||||
else if (!strcmp(optarg, "NONE"))
|
else if (!strcmp(optarg, "NONE"))
|
||||||
{
|
{
|
||||||
dcd_type = RIG_DCD_NONE;
|
dcd_type = RIG_DCD_NONE;
|
||||||
|
|
Ładowanie…
Reference in New Issue