Alias Baofeng UV-25 to UV-17Pro driver

Fixes #11260
This commit is contained in:
Alexandre J. Raymond 2024-06-02 22:25:55 -04:00 committed by Dan Smith
parent df19a56269
commit ad868db01f
5 changed files with 11 additions and 3 deletions

View File

@ -1266,6 +1266,12 @@ class UV17Pro(bfc.BaofengCommonHT):
self.set_memory_common(mem, _mem) self.set_memory_common(mem, _mem)
@directory.register
class UV25(UV17Pro):
VENDOR = "Baofeng"
MODEL = "UV-25"
@directory.register @directory.register
class UV17ProGPS(UV17Pro): class UV17ProGPS(UV17Pro):
VENDOR = "Baofeng" VENDOR = "Baofeng"

View File

@ -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-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-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-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-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-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% | | <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% |
@ -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% | | <a name="Zastone_ZT-X6"></a> Zastone_ZT-X6 | [Implied by Retevis_RT22](#user-content-Retevis_RT22) | 9-Dec-2022 | Yes | 0.11% |
## Stats ## 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 ## Meaning of this testing

0
tests/model_stats.tsv Normal file → Executable file
View File

View File

@ -84,6 +84,7 @@ Baofeng_UV-13Pro,@vdwel,21-Feb-2024
Baofeng_UV-17,@vdwel,27-Nov-2023 Baofeng_UV-17,@vdwel,27-Nov-2023
Baofeng_UV-17Pro,@vdwel,27-Nov-2023 Baofeng_UV-17Pro,@vdwel,27-Nov-2023
Baofeng_UV-17ProGPS,@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-B5,@KC9HI,18-Nov-2022
Baofeng_UV-S9X3,@KC9HI,22-Aug-2023 Baofeng_UV-S9X3,@KC9HI,22-Aug-2023
Baofeng_W31E,@KC9HI,14-Aug-2023 Baofeng_W31E,@KC9HI,14-Aug-2023

0
tools/py3_driver_progress.py Normal file → Executable file
View File