Skip to content
New issue

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

PSX_GenerateComboKey: Fix it for the sweepbrowser #2300

Merged
merged 2 commits into from
Nov 26, 2024
Merged

Commits on Nov 19, 2024

  1. PSX_GenerateComboKey: Fix it for the sweepbrowser

    We need to always fetch the sweepMap in the sweepbrowser. And not only
    when we have no device.
    
    Bug introduced in bf10c95 (MIES_SweepFormula_PSX.ipf: Handle
    sweepbrowser labnotebooks correctly, 2024-10-14).
    t-b committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    867eb26 View commit details
    Browse the repository at this point in the history
  2. PSX_GetDevice: Introduce it

    With that helper function the fixed bug from the last commit would have
    not been needed.
    t-b committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    4ef26cd View commit details
    Browse the repository at this point in the history