New Model #8957
Retevis RB17A
Status: | Closed | Start date: | 04/03/2021 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Jim Unroe | % Done: | 100% |
|
Category: | - | |||
Target version: | chirp-daily | |||
Chirp Version: | daily | Equipment Loan Offered: | Yes |
Description
Sample radio supplied by Retevis.
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 Jim Unroe about 1 year ago
- % Done changed from 0 to 100
Patches to add support have been submitted.
Jim KC9HI
Updated by Bernhard Hailer about 1 year ago
- Status changed from In Progress to Closed
This has apparently been completed.