Skip to content

Commit

Permalink
Merge pull request #1 from ZombieEater/AddedAliasUV-5R8WTri
Browse files Browse the repository at this point in the history
Added alias for UV-5R 8W Tripower
  • Loading branch information
ZombieEater authored Jan 10, 2025
2 parents cd69e1b + b3dcf3b commit 3a5402e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion chirp/drivers/uv5r.py
Original file line number Diff line number Diff line change
Expand Up @@ -2025,12 +2025,17 @@ class TDUV5RRadio(chirp_common.Alias):
MODEL = "TD-UV5R TriPower"


class UV5R8WTri(chirp_common.Alias):
VENDOR = "Baofeng"
MODEL = "UV-5R 8W TriPower"


@directory.register
class BaofengBFF8HPRadio(BaofengUV5R):
VENDOR = "Baofeng"
MODEL = "BF-F8HP"
ALIASES = [RT5_TPAlias, ROGA5SAlias, UV5XPAlias, TSTIF8Alias,
TenwayUV5RPro, TSTST9Alias, TDUV5RRadio]
TenwayUV5RPro, TSTST9Alias, TDUV5RRadio, UV5R8WTri]
_basetype = BASETYPE_F8HP
_idents = [UV5R_MODEL_291,
UV5R_MODEL_A58
Expand Down

0 comments on commit 3a5402e

Please sign in to comment.