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

Conversation

kk7ds
Copy link
Owner

@kk7ds kk7ds commented Aug 20, 2024

  • ft70: Remove incorrect lowercase support
  • Fix setting extra comment if immutable
  • Mark extra columns immutable if mem.extra is
  • uvk5: Add a restricted version for unsupported firmwares
  • uvk5: Bless 5.00.x firmware versions

This radio does not support lowercase characters, so it should not
advertise that it does.

Fixes #11479
If the driver sets comment as immutable for some reason, don't fail
to set it, just skip.
Otherwise we get an editable field, but an error if we touch it.
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 kk7ds merged commit 02f2d72 into master Aug 20, 2024
6 checks passed
@kk7ds kk7ds deleted the bug/11483/uvk5firmware branch August 20, 2024 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant