Skip to content

Commit

Permalink
Detect AnyTone 778UV VOX and CRT Micron UV V2
Browse files Browse the repository at this point in the history
Just like the other "vox" variants, detect these models from their
base as well.
  • Loading branch information
kk7ds committed May 4, 2024
1 parent 9f5780b commit a5fe853
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chirp/drivers/anytone778uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -1780,6 +1780,7 @@ class AnyTone778UVvoxBase(AnyTone778UVBase):

# New VOX models
@directory.register
@directory.detected_by(AnyTone778UV)
class AnyTone778UVvox(AnyTone778UVvoxBase):
VENDOR = "AnyTone"
MODEL = "778UV VOX"
Expand All @@ -1799,6 +1800,7 @@ class RetevisRT95vox(AnyTone778UVvoxBase):


@directory.register
@directory.detected_by(CRTMicronUV)
class CRTMicronUVvox(AnyTone778UVvoxBase):
VENDOR = "CRT"
MODEL = "Micron UV V2"
Expand Down

0 comments on commit a5fe853

Please sign in to comment.