Closed microp11 closed 2 years ago
Nevermind issue (1) above, I saw that in the lrpt branch this was fixed by hard coding the value:
timer->start(1000.0f/30.0f);
So then just issue (2) remains. Any help would be appreciated, thanks.
Seems like you just have an old(er) version of Qt, as I do development on 5.15.2 these must of slipped passed my radar of being Qt >5.14
Thanks, I will give these a try tonight and let you know.
(1) When running make I get this error:
I have temporarily fixed the problem by hard coding the refreshRate():
And then I was able to build and run.
(2)However when I run the app, I am getting these lines:
and when selecting SDR as source, the "Device" is empty: although the sdr exists:
If I ran your compiled image, it works well and the sdr is being detected correctly.
Any idea what could be the problem for 1 and 2? Thanks.