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 two UI things and extend H3 range #1033

Merged
merged 3 commits into from
May 14, 2024
Merged

Fix two UI things and extend H3 range #1033

merged 3 commits into from
May 14, 2024

Commits on May 14, 2024

  1. Fix crash when moving memories near edges

    This fixes us trying to push the spreadsheet cursor past the edges of
    the sheet when doing move-up or move-down, if the cursor was already
    at the edge.
    
    Fixes: #11344
    kk7ds committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c5f3ceb View commit details
    Browse the repository at this point in the history
  2. Extend TID H3 range bottom to 18MHz

    As reported, the H3 now receives down to 18MHz as of firmware
    H3_240427.
    
    Fixes: #11347
    kk7ds committed May 14, 2024
    Configuration menu
    Copy the full SHA
    55020d2 View commit details
    Browse the repository at this point in the history
  3. Fix desktop icon prompt parent window

    Fixes #11346
    kk7ds committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e130fd3 View commit details
    Browse the repository at this point in the history