diff --git a/chirp/drivers/h777.py b/chirp/drivers/h777.py index c53576050..230d0e677 100644 --- a/chirp/drivers/h777.py +++ b/chirp/drivers/h777.py @@ -734,3 +734,28 @@ class BF1904Radio(BF1901Radio): def match_model(cls, filedata, filename): # This model is only ever matched via metadata return False + + +@directory.register +class MAVERICKRA100Radio(BFM4Radio): + VENDOR = "Maverick" + MODEL = "RA-100" + ALIASES = [] + + @classmethod + def match_model(cls, filedata, filename): + # This model is only ever matched via metadata + return False + + +@directory.register +class MAVERICKRA425Radio(BF1904Radio): + VENDOR = "Maverick" + MODEL = "RA-425" + ALIASES = [] + _has_fm = False + + @classmethod + def match_model(cls, filedata, filename): + # This model is only ever matched via metadata + return False diff --git a/tests/Python3_Driver_Testing.md b/tests/Python3_Driver_Testing.md index 54c5f476e..48ccd9b16 100644 --- a/tests/Python3_Driver_Testing.md +++ b/tests/Python3_Driver_Testing.md @@ -217,6 +217,8 @@ | Leixen_VV-898 | [Implied by Jetstream_JT270MH](#user-content-Jetstream_JT270MH) | 13-Dec-2022 | Yes | 0.18% | | Leixen_VV-898S | [@READ10](https://github.com/READ10) | 19-Dec-2022 | Yes | 0.10% | | MTC_UV-5R-3 | [Implied by BTECH_UV-5X3](#user-content-BTECH_UV-5X3) | 9-Dec-2022 | Yes | 0.02% | +| Maverick_RA-100 | [@cetinajero](https://github.com/cetinajero) | 7-Jul-2023 | Yes | | +| Maverick_RA-425 | [@cetinajero](https://github.com/cetinajero) | 7-Jul-2023 | Yes | | | Midland_DBR2500 | [Implied by Retevis_RT95](#user-content-Retevis_RT95) | 13-Nov-2022 | Yes | 0.05% | | Polmar_DB-50M | [Implied by AnyTone_5888UV](#user-content-AnyTone_5888UV) | 9-Dec-2022 | Yes | 0.03% | | Powerwerx_DB-750X | [Implied by AnyTone_5888UV](#user-content-AnyTone_5888UV) | 9-Dec-2022 | Yes | 0.01% | @@ -413,11 +415,11 @@ | Zastone_ZT-X6 | [Implied by Retevis_RT22](#user-content-Retevis_RT22) | 9-Dec-2022 | Yes | 0.11% | ## Stats -**Drivers:** 410 +**Drivers:** 412 -**Tested:** 86% (355/55) (93% of usage stats) +**Tested:** 86% (357/55) (93% of usage stats) -**Byte clean:** 90% (370/40) +**Byte clean:** 90% (372/40) ## Meaning of this testing diff --git a/tests/py3_driver_testers.txt b/tests/py3_driver_testers.txt index ec326c7ce..33a285f38 100644 --- a/tests/py3_driver_testers.txt +++ b/tests/py3_driver_testers.txt @@ -190,6 +190,8 @@ LUITON_LT-580_UHF,@KC9HI,8-Dec-2022 LUITON_LT-580_VHF,@KC9HI,8-Dec-2022 LUITON_LT-588UV,@KC9HI,11-Nov-2022 LUITON_LT-725UV,@KC9HI,11-Dec-2022 +Maverick_RA-100,@cetinajero,7-Jul-2023 +Maverick_RA-425,@cetinajero,7-Jul-2023 MTC_UV-5R-3,+BTECH_UV-5X3,9-Dec-2022 Midland_DBR2500,+Retevis_RT95,13-Nov-2022 Polmar_DB-50M,+AnyTone_5888UV,9-Dec-2022