Skip to content

Commit

Permalink
uvk5.py: add Retevis RA79 - fixes #10828
Browse files Browse the repository at this point in the history
  • Loading branch information
KC9HI authored and kk7ds committed Oct 30, 2023
1 parent e13ae1c commit 6146021
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
7 changes: 7 additions & 0 deletions chirp/drivers/uvk5.py
Original file line number Diff line number Diff line change
Expand Up @@ -2056,3 +2056,10 @@ def set_memory(self, mem):
_mem4.channel_attributes[number].is_scanlist2 = 0

return mem


@directory.register
class RA79Radio(UVK5Radio):
"""Retevis RA79"""
VENDOR = "Retevis"
MODEL = "RA79"
7 changes: 4 additions & 3 deletions tests/Python3_Driver_Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@
| <a name="Retevis_H777S"></a> Retevis_H777S | [@KC9HI](https://github.com/KC9HI) | 22-Dec-2022 | Yes | |
| <a name="Retevis_H777_Plus"></a> Retevis_H777_Plus | [@KC9HI](https://github.com/KC9HI) | 4-Dec-2022 | Yes | 0.06% |
| <a name="Retevis_RA685"></a> Retevis_RA685 | [@KC9HI](https://github.com/KC9HI) | 19-Nov-2022 | Yes | 0.25% |
| <a name="Retevis_RA79"></a> Retevis_RA79 | [@KC9HI](https://github.com/KC9HI) | 27-Oct-2023 | Yes | |
| <a name="Retevis_RA85"></a> Retevis_RA85 | [@KC9HI](https://github.com/KC9HI) | 19-Nov-2022 | Yes | 0.05% |
| <a name="Retevis_RB15"></a> Retevis_RB15 | [@KC9HI](https://github.com/KC9HI) | 18-Dec-2022 | Yes | 0.01% |
| <a name="Retevis_RB17"></a> Retevis_RB17 | [@KC9HI](https://github.com/KC9HI) | 28-Nov-2022 | Yes | 0.02% |
Expand Down Expand Up @@ -423,11 +424,11 @@
| <a name="Zastone_ZT-X6"></a> Zastone_ZT-X6 | [Implied by Retevis_RT22](#user-content-Retevis_RT22) | 9-Dec-2022 | Yes | 0.11% |
## Stats

**Drivers:** 420
**Drivers:** 421

**Tested:** 87% (367/53) (93% of usage stats)
**Tested:** 87% (368/53) (93% of usage stats)

**Byte clean:** 90% (380/40)
**Byte clean:** 90% (381/40)

## Meaning of this testing

Expand Down
Binary file added tests/images/Retevis_RA79.img
Binary file not shown.
1 change: 1 addition & 0 deletions tests/py3_driver_testers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ Radtel_T18,@KC9HI,28-Nov-2022
Retevis_H777S,@KC9HI,22-Dec-2022
Retevis_H777_Plus,@KC9HI,4-Dec-2022
Retevis_RA685,@KC9HI,19-Nov-2022
Retevis_RA79,@KC9HI,27-Oct-2023
Retevis_RA85,@KC9HI,19-Nov-2022
Retevis_RB15,@KC9HI,18-Dec-2022
Retevis_RB17,@KC9HI,28-Nov-2022
Expand Down

0 comments on commit 6146021

Please sign in to comment.