Skip to content

Commit

Permalink
Alias Baofeng UV-25 to UV-17Pro driver
Browse files Browse the repository at this point in the history
Closes #11260
  • Loading branch information
ajraymond committed Jun 3, 2024
1 parent 4619302 commit 6d0d6c9
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit 6d0d6c9

Please sign in to comment.