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 9cd4859
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions chirp/drivers/baofeng_uv17Pro.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,13 +206,20 @@ def _upload(radio):
return data


class UV17ProAlias(chirp_common.Alias):
VENDOR = "Baofeng"
MODEL = "UV-25"


@directory.register
class UV17Pro(bfc.BaofengCommonHT):
"""Baofeng UV-17Pro"""
VENDOR = "Baofeng"
MODEL = "UV-17Pro"
NEEDS_COMPAT_SERIAL = False

ALIASES = [UV17ProAlias]

MEM_STARTS = [0x0000, 0x9000, 0xA000, 0xD000]
MEM_SIZES = [0x8040, 0x0040, 0x02C0, 0x0040]

Expand Down

0 comments on commit 9cd4859

Please sign in to comment.