Skip to content

Commit

Permalink
Add Baofeng BF-F8HP-PRO
Browse files Browse the repository at this point in the history
Fixes #11572
  • Loading branch information
KC9HI authored and kk7ds committed Sep 26, 2024
1 parent d3def79 commit da39ce5
Show file tree
Hide file tree
Showing 4 changed files with 225 additions and 27 deletions.
1 change: 1 addition & 0 deletions chirp/drivers/baofeng_uv17.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ class UV17(baofeng_uv17Pro.UV17Pro):
(b"\x06", 1)]
_fingerprint = b"\x06" + b"UV15999"
_scode_offset = 1
_mem_positions = ()

_tri_band = False
POWER_LEVELS = [chirp_common.PowerLevel("Low", watts=1.00),
Expand Down
Loading

0 comments on commit da39ce5

Please sign in to comment.