Skip to content

Commit

Permalink
Added UV5R 8W Tripower in F8HP
Browse files Browse the repository at this point in the history
  • Loading branch information
ZombieEater committed Jan 10, 2025
1 parent 3c283b2 commit 2f5416c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion chirp/drivers/uv5r.py
Original file line number Diff line number Diff line change
Expand Up @@ -2025,12 +2025,16 @@ 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 2f5416c

Please sign in to comment.