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

Wouxun KG-805g: Add new radio driver #1304

Merged
merged 1 commit into from
Mar 27, 2025
Merged

Conversation

mildebrandt
Copy link
Contributor

Add driver for Wouxun KG-805g. Currently supports only channel memory. Settings will come in a much later commit. I subclassed KGUVD1PRadio instead of KG816Radio since KG816 is more likely to change in a way that affects the KG805 code.

Fixes #11214
Fixes #11208
Fixes #7781


@classmethod
def match_model(cls, filedata, filename):
return chirp_common.CloneModeRadio.match_model(filedata, filename)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not necessary anymore for new models that are covered by the embedded metadata. Just return False here.

Add driver for Wouxun KG-805g. Currently supports only channel memory.
Settings will come in a much later commit. I subclassed KGUVD1PRadio
instead of KG816Radio since KG816 is more likely to change in a way that
affects the KG805 code.

Fixes #11214
Fixes #11208
Fixes #7781
@kk7ds kk7ds force-pushed the new/kg805gRadio branch from c096cc1 to 9d63e48 Compare March 27, 2025 23:09
@kk7ds kk7ds merged commit 906aa97 into kk7ds:master Mar 27, 2025
6 checks passed
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.

2 participants