Sultan Qasim Khan
Sultan Qasim Khan
Deleting the analyzer on stop should make the stopping work like before from suscan's perspective, and there was no need to keep it around anyway, since we just needed the...
> Modifying the SigDigger.pro to CONFIG += c++1z allows me to build this PR. May need to account for this need on 22.04 or other systems. Hopefully my last patch...
I also put up an unrelated change to fix build on Fedora
Sorry about my flip-flopping force pushes regarding the last commit around how to handle frequency range updates in non-hopping mode. After some initial thought I removed the logic to base...
Thanks for your testing, 1. For the "full device range" checkbox, I don't recall seeing the issue you described, but I'll check again. 2. For radios for which no suggested...
One other thing: because I changed the meaning of "RTT", it would be good to redetermine the default/optimal "RTT" values for the various SDRs. I did this for the RTL-SDR...
I figured out the full device range issue: it was because the frequency spin box wasn't emitting `valueChanged` when its value was changed through a call to `setValue`. Fix added...
Fixed by https://github.com/JelmerT/cc2538-bsl/pull/173
@unmesh59 you can use my fork here: https://github.com/sultanqasim/cc2538-bsl
If it’s not entering bootloader mode at all (stuck at waiting for sync), then you’ve probably (soft) bricked the device through something you previously flashed. What were you flashing earlier?...