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

Alias Baofeng UV-25 to UV-17Pro driver #1056

Merged
merged 1 commit into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions chirp/drivers/baofeng_uv17Pro.py
Original file line number Diff line number Diff line change
Expand Up @@ -1266,6 +1266,12 @@ def set_memory(self, mem):
self.set_memory_common(mem, _mem)


@directory.register
class UV25(UV17Pro):
VENDOR = "Baofeng"
MODEL = "UV-25"


@directory.register
class UV17ProGPS(UV17Pro):
VENDOR = "Baofeng"
Expand Down
7 changes: 4 additions & 3 deletions tests/Python3_Driver_Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
| <a name="Baofeng_UV-17"></a> Baofeng_UV-17 | [@vdwel](https://github.com/vdwel) | 27-Nov-2023 | Yes | |
| <a name="Baofeng_UV-17Pro"></a> Baofeng_UV-17Pro | [@vdwel](https://github.com/vdwel) | 27-Nov-2023 | Yes | |
| <a name="Baofeng_UV-17ProGPS"></a> Baofeng_UV-17ProGPS | [@vdwel](https://github.com/vdwel) | 27-Nov-2023 | Yes | |
| <a name="Baofeng_UV-25"></a> Baofeng_UV-25 | [Implied by Baofeng_UV-17Pro](#user-content-Baofeng_UV-17Pro) | 2-Jun-2024 | Yes | |
| <a name="Baofeng_UV-3R"></a> Baofeng_UV-3R | [@yarda](https://github.com/yarda) | 26-Sep-2022 | Yes | 0.45% |
| <a name="Baofeng_UV-5R"></a> Baofeng_UV-5R | [@lekv](https://github.com/lekv) | 23-Oct-2022 | Yes | **28.81%** |
| <a name="Baofeng_UV-6"></a> Baofeng_UV-6 | [Implied by Baofeng_UV-5R](#user-content-Baofeng_UV-5R) | 18-Nov-2022 | Yes | 0.46% |
Expand Down Expand Up @@ -460,11 +461,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:** 457
**Drivers:** 458

**Tested:** 87% (401/56) (93% of usage stats)
**Tested:** 87% (402/56) (93% of usage stats)

**Byte clean:** 91% (418/39)
**Byte clean:** 91% (419/39)

## Meaning of this testing

Expand Down
Empty file modified tests/model_stats.tsv
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions tests/py3_driver_testers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Baofeng_UV-13Pro,@vdwel,21-Feb-2024
Baofeng_UV-17,@vdwel,27-Nov-2023
Baofeng_UV-17Pro,@vdwel,27-Nov-2023
Baofeng_UV-17ProGPS,@vdwel,27-Nov-2023
Baofeng_UV-25,+Baofeng_UV-17Pro,2-Jun-2024
Baofeng_UV-B5,@KC9HI,18-Nov-2022
Baofeng_UV-S9X3,@KC9HI,22-Aug-2023
Baofeng_W31E,@KC9HI,14-Aug-2023
Expand Down
Empty file modified tools/py3_driver_progress.py
100644 → 100755
Empty file.
Loading