Change testcpp.cc back to dummy rig for make test

This commit is contained in:
Mike Black W9MDB 2023-07-18 22:39:55 -05:00
parent d6b8575eb3
commit 79737df92a

View File

@ -8,7 +8,7 @@
int main(int argc, char* argv[])
{
Rig myRig {RIG_MODEL_IC7300};
Rig myRig {RIG_MODEL_DUMMY};
try {
myRig.setConf("rig_pathname", "/dev/pts/4");