get_conf/set_conf now shows parameters for rigctl and rotctl. Using it with rigctld and rotctld sends output to console instead of remote client

https://github.com/Hamlib/Hamlib/issues/971
This commit is contained in:
Mike Black W9MDB 2023-11-02 17:06:39 -05:00
parent 0dbe24ff42
commit 40a8cedc9d
2 changed files with 6 additions and 0 deletions

3
tests/dumpcaps.h Normal file
View File

@ -0,0 +1,3 @@
#include <hamlib/rig.h>
int dumpconf_list(RIG *rig, FILE *fout);

3
tests/dumpcaps_rot.h Normal file
View File

@ -0,0 +1,3 @@
#include <hamlib/rig.h>
int dumpconf_list(ROT *rot, FILE *fout);