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

UVK5 Firmware updates #1093

Merged
merged 6 commits into from
Aug 20, 2024
Merged

UVK5 Firmware updates #1093

merged 6 commits into from
Aug 20, 2024

Commits on Aug 20, 2024

  1. ft70: Remove incorrect lowercase support

    This radio does not support lowercase characters, so it should not
    advertise that it does.
    
    Fixes #11479
    kk7ds committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ea1fdfc View commit details
    Browse the repository at this point in the history
  2. Fix setting extra comment if immutable

    If the driver sets comment as immutable for some reason, don't fail
    to set it, just skip.
    kk7ds committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f7e4648 View commit details
    Browse the repository at this point in the history
  3. Mark extra columns immutable if mem.extra is

    Otherwise we get an editable field, but an error if we touch it.
    kk7ds committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e701e2a View commit details
    Browse the repository at this point in the history
  4. uvk5: Add a restricted version for unsupported firmwares

    Since this is such a problem (new firmwares popping up everywhere),
    add a fallback version-agnostic implementation of the base class
    that is fully read-only (and won't upload). This will mean that
    anyone with an unsupported firmware will be able to download the image
    for inspection and make it easier for us to determine if we should
    just whitelist the version.
    kk7ds committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    152d192 View commit details
    Browse the repository at this point in the history
  5. uvk5: Bless 5.00.x firmware versions

    Fixes #11483
    kk7ds committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    041f177 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ff23f3 View commit details
    Browse the repository at this point in the history