-
Notifications
You must be signed in to change notification settings - Fork 226
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
Add Radtel RT490 - fixes #9665 #814
Conversation
I dunno why the check thinks there is no image, so ignore that. The complaint about the |
The only part that I know how to fix is the 'match_model()'. So if you would take care of it, I would appreciate it. |
Maybe it wants an image per model instead of per driver? |
No, it's not that smart of a script :) |
Oh it's because I fixed this bug already and it's in another PR waiting for merge. I'll slide that in front here when I fix the dedent thing. I'll wait until you push up the match model bit. |
Looks like the match_model() thing was as easy as I thought it would be. Let me see if I can figure it out. |
Oops, sorry I didn't see that until I pushed.. I think it should be fixed now. I probably won't review this tonight but will try tomorrow. Thanks for getting it submitted! |
The license check will still fail because of that wording in the comments, but as noted, that's okay and doesn't affect this file's license. |
Gah, I'll look at the detection issue too. |
After removing match_model(), I got this exception. E Exception: Detection of C:\Users\Jim\mychirpgit\chirp\tests\unit..\images\BTECH_GMRS-50X1.img failed: [<class 'chirp.drivers.btech.GMRS50X1'>, <class 'chirp.drivers.radtel_rt490.RT490Radio'>, <class 'chirp.drivers.radtel_rt490.MML8629Radio'>, <class 'chirp.drivers.radtel_rt490.JJCC8629Radio'>, <class 'chirp.drivers.radtel_rt490.SocotranJC8629Radio'>, <class 'chirp.drivers.radtel_rt490.SocotranFB8629Radio'>, <class 'chirp.drivers.radtel_rt490.Jianpai8629Radio'>, <class 'chirp.drivers.radtel_rt490.Boristone8RSRadio'>, <class 'chirp.drivers.radtel_rt490.AbbreeAR869Radio'>, <class 'chirp.drivers.radtel_rt490.HamGeekHG590Radio'>] |
2eb6145
to
86f1457
Compare
Submitted on behalf of [email protected] Also includes the following models: MMLradio JC-8629 JJCC JC-8629 Socotran JC-8629 Socotran FB-8629 Jianpai 8800 Plus Boristone 8RS Abbree AR-869 HamGeek HG-590
We need to stop implementing this, but it should be defaulted to just "return False" but we don't have a super good way to do that really.
The PR check is just complaining about the dual-license statement, which is not a problem, so will merge anyway. |
Submitted on behalf of [email protected]
Also includes the following models:
MMLradio JC-8629
JJCC JC-8629
Socotran JC-8629
Socotran FB-8629
Jianpai 8800 Plus
Boristone 8RS
Abbree AR-869
HamGeek HG-590
CHIRP PR Checklist
The following must be true before PRs can be merged:
tests/images
(except for thin aliases where the driver is sufficiently tested already).Please also follow these guidelines:
six
,future
, etc).NEEDS_COMPAT_SERIAL=False
and useMemoryMapBytes
.tox -emakesupported
and include it in your commit.