Skip to content

Commit

Permalink
Add UV17R-Plus
Browse files Browse the repository at this point in the history
Fixes: #11561
  • Loading branch information
kk7ds committed Sep 24, 2024
1 parent 8ef243c commit 4159009
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions chirp/drivers/baofeng_uv17Pro.py
Original file line number Diff line number Diff line change
Expand Up @@ -1366,3 +1366,11 @@ class GM5RH(UV17Pro):
class UV5GPlus(GM5RH):
VENDOR = "Radioddity"
MODEL = "UV-5G Plus"


@directory.register
class UV17RPlus(UV17Pro):
VENDOR = "Baofeng"
MODEL = "UV-17R-Plus"
VALID_BANDS = [UV17Pro._airband, UV17Pro._vhf_range, UV17Pro._vhf2_range,
UV17Pro._uhf_range, UV17Pro._uhf2_range]

0 comments on commit 4159009

Please sign in to comment.