diff --git a/tests/rigctld.c b/tests/rigctld.c index c7724f907..a89c86d03 100644 --- a/tests/rigctld.c +++ b/tests/rigctld.c @@ -356,6 +356,10 @@ int main(int argc, char *argv[]) { ptt_type = RIG_PTT_GPIO; } + else if (!strcmp(optarg, "GPION")) + { + ptt_type = RIG_PTT_GPION; + } else if (!strcmp(optarg, "NONE")) { ptt_type = RIG_PTT_NONE;