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

Fix txinh and UI paste #1101

Merged
merged 2 commits into from
Aug 31, 2024
Merged

Fix txinh and UI paste #1101

merged 2 commits into from
Aug 31, 2024

Commits on Aug 31, 2024

  1. senhaix8800: Fix setting tx inhibit on simplex

    This radio was disabling tx when duplex='' (i.e. simplex) instead of
    when duplex='off'
    
    Fixes: 11511
    kk7ds committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    4933cc7 View commit details
    Browse the repository at this point in the history
  2. Fix pasting memories past end of range

    The memory editor will fail with a 'KeyError: N' error if the user
    attempts to paste more memories than will fit. This makes us not
    choke, stop when we get to the end, and report to the user (unless
    the memories that don't fit are empty).
    
    Fixes #11510
    kk7ds committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    d1f4feb View commit details
    Browse the repository at this point in the history