kopia lustrzana https://github.com/Hamlib/Hamlib
Remove vfo_mode printout
rodzic
7ea4fd17aa
commit
6901bb1cda
|
@ -548,11 +548,13 @@ int main(int argc, char *argv[])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
if (!vfo_mode)
|
if (!vfo_mode)
|
||||||
{
|
{
|
||||||
printf("Recommend using --vfo switch for rigctld if client supports it\n");
|
printf("Recommend using --vfo switch for rigctld if client supports it\n");
|
||||||
printf("rigctl and netrigctl will automatically detect vfo mode\n");
|
printf("rigctl and netrigctl will automatically detect vfo mode\n");
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
rig_set_debug(verbose);
|
rig_set_debug(verbose);
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue