We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the Tx is stopped from the GUI using the "play/stop" button then the Tx does not actually stop. RF continues to be generated.
This is due to the fact that in LimeSDROutput.cpp LMS_EnableChannel is called only on open/close the device methods it should be moved to start/stop.
The text was updated successfully, but these errors were encountered:
LimeSDR: fixed issue #50 by moving channel acquisition and release at…
798d485
… start and stop times. Corrections to buddies thread suspend/resume. Corrected void channel handling
Fix now on dev branch
Sorry, something went wrong.
Fixed in v3.6.0
LimeSDR: suspend buddy threads only around calls to LMS_SetupStream o…
e9af2f6
…r LMS_DestroyStream. In output plugin move them back to open/close (undoes #50)
f4exb
No branches or pull requests
When the Tx is stopped from the GUI using the "play/stop" button then the Tx does not actually stop. RF continues to be generated.
This is due to the fact that in LimeSDROutput.cpp LMS_EnableChannel is called only on open/close the device methods it should be moved to start/stop.
The text was updated successfully, but these errors were encountered: