-
Notifications
You must be signed in to change notification settings - Fork 31
DXSpot for Flex Radio #694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: testing_0.45
Are you sure you want to change the base?
Conversation
Added the option to send spots to Flex Radio's using HamLib - 'SmartSDR Slice' rigs.
Added to make sure using version 4.5 of hamlib or newer.
May I ask you why the change includes following ?
Error Status -6 is generic IO Error. This could suppress even what we don't want. |
That part can be removed. I think I was having another issue and meant to remove it. I added this functionality in HamLib to send the CW and it was having issues and I tried to suppress them on QLog side. But I simplified the HamLib side so it shouldn’t be an issue any longer. I’ll go in and remove it.
… On Jul 16, 2025, at 10:27 AM, Ladislav ***@***.***> wrote:
foldynl
left a comment
(foldynl/QLog#694)
<#694 (comment)>
May I ask you why the change includes following ?
// Inside isRigRespOK
if (errorStatus == -6 && QTime::currentTime() < rigStartTime.addSecs(5)) {
qCDebug(runtime) << "Suppressed transient error: Feature not available during rig startup";
return true;
}
Error Status -6 is generic IO Error. This could suppress even what we don't want.
—
Reply to this email directly, view it on GitHub <#694 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AUEEMXXTDYZAYAQZJS2MW3D3IZVPRAVCNFSM6AAAAACA3RXGZKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTANZZGE2DQMZWGI>.
You are receiving this because you authored the thread.
|
Thank you |
Please, could you test the final implementation in the branch aa5sh_694? |
Ok so it appears another MacOS quirk. the findpackage command doesn't reliably pull the version of libraries like HamLib. So I have been working on a script to build, sign and notarize QLog locally. I added logic to it to grab the version of HamLib being used and update qlog.pro with it. So this change works good with me. Not sure why it happened like that this morning. Maybe I updated the qlog.pro in the middle of trying and don't remember it now. |
Added the option to send spots to Flex Radio's using HamLib - 'SmartSDR Slice' rigs.