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
Config generators doesn't apply correct card_id.
phys card ID | SLR ID | FELIX CARD ID IN FELIXLIBS 1 | 0 | 0 cardID:0, logic_region:0 ---------------------------- 1 | 1 | 1 cardID:0, logic_region:1 ---------------------------- 2 | 0 | 2 cardID:2, logic_region:0 ---------------------------- 2 | 1 | 3 cardID:2, logic_region:1
We need to stick with counting cardID as physical card (from 1) and apply the necessary code changes for accessing flxcard's virtual ID mapping.
flxcard
The text was updated successfully, but these errors were encountered:
roland-sipos
No branches or pull requests
Config generators doesn't apply correct card_id.
We need to stick with counting cardID as physical card (from 1) and apply the necessary code changes for accessing
flxcard
's virtual ID mapping.The text was updated successfully, but these errors were encountered: