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

Several bug fixes #1086

Merged
merged 7 commits into from
Aug 13, 2024
Merged

Several bug fixes #1086

merged 7 commits into from
Aug 13, 2024

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    d736f6d View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. thd8: Fix ham model RX-bands

    The TD-H8 Ham variant never got the proper _rxbands list which it needs
    to allow users to put in the full range of receive-only frequencies.
    
    Fixes #11473
    kk7ds committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    74fb706 View commit details
    Browse the repository at this point in the history
  2. btech: Handle out-of-range reset time setting

    Fixes #11461
    KC9HI authored and kk7ds committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    85896b6 View commit details
    Browse the repository at this point in the history
  3. Add Radioddity DB50 model alias

    Fixes #11472
    kk7ds committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    87bdc66 View commit details
    Browse the repository at this point in the history
  4. uv17Pro: Note the A/B selection byte

    Fixes #11452
    kk7ds committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6069ec4 View commit details
    Browse the repository at this point in the history
  5. tdh3: Fix VFO power level settings

    Same treatment as the memory channels, but for the VFOs.
    
    Fixes #11471
    kk7ds committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3a14a59 View commit details
    Browse the repository at this point in the history
  6. ga510v2: Fix power level handling

    The GA510v2 has two bits for a three-level power value, unlike the
    UV-17 it inherits from. This splits the channel def apart to fix that.
    
    Fixes #11475
    kk7ds committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    78d7f1f View commit details
    Browse the repository at this point in the history