New Model #8661
Retevis RB26
Status: | In Progress | Start date: | 01/08/2021 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Jim Unroe | % Done: | 100% |
|
Category: | - | |||
Target version: | chirp-daily | |||
Chirp Version: | daily | Equipment Loan Offered: | Yes |
Description
Retevis rb26
Associated revisions
[RT21] Driver Maintenance: retevis_rt21.py
This patch is prepare the driver for adding additional radio models.
1: fixes some incorrect code
2: reformats some code
3: allows CHIRP to make 5 attempts at putting radio into programming mode.
Other than for number 3, no features or settings have been added or removed from
this driver.
Move rt21 match_model() up to the base class
The RT21 lineage has a match_model that clearly intends to be on the
base class (as it checks for model==RT21), but is actually present
only on the last subclass in the file. I'm sure this was an accidental
detaching after the original implementation. After the driver
maintenance (related to #8957, #8661 and #8959) the detection test
started noticing this, probably just due to an ordering change.
History
Updated by Bernhard Hailer over 1 year ago
- Subject changed from Rb26 to Retevis RB26
- Target version set to chirp-daily
Updated by Jim Unroe about 1 year ago
- Status changed from New to In Progress
- Assignee set to Jim Unroe
- Equipment Loan Offered changed from No to Yes
Sample radio supplied by Retevis.
Updated by Jim Unroe about 1 year ago
- % Done changed from 0 to 100
A patch to add support has been submitted.
Jim KC9HI