Make TX Path selectable #5
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: nqrduck/limedriver#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For the LimeSDR USB we have different options for the TX path. This should be selectable by the user.
This is currently implemented by executing different binaries in the nqrduck-spectrometer-limenqr contrib folder.
This is obviously not very nice and the TX path should probably be part of the LimeCFG struct. Therefore the user should be able to select the TX path based on the given arguments or modification of the LimeCFG struct.
Here's a diff between the two versions:
The LimeMini2.0 only has one TX path, so we need to check for that...
The information is in the LMS_GetDeviceList()