Updated Hamlib to v4.2 (#867)

OK, looks like it should work. Let's go !
This commit is contained in:
Vincent Sonnier
2021-08-02 14:29:29 +02:00
committed by GitHub
parent 29db1bde99
commit 3a08df72ad
26 changed files with 3274 additions and 1062 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ void RigThread::run() {
std::cout << "Rig thread starting." << std::endl;
rig = rig_init(rigModel);
strncpy(rig->state.rigport.pathname, rigFile.c_str(), FILPATHLEN - 1);
strncpy(rig->state.rigport.pathname, rigFile.c_str(), HAMLIB_FILPATHLEN - 1);
rig->state.rigport.parm.serial.rate = serialRate;
retcode = rig_open(rig);