Skip to content

Commit

Permalink
kt8r: Add additional ident string
Browse files Browse the repository at this point in the history
Fixes #11374
  • Loading branch information
kk7ds committed Jun 13, 2024
1 parent c523fff commit 99b32b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chirp/drivers/btech.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@
KT8R_fp = b"MCB264"
KT8R_fp1 = b"MCB284"
KT8R_fp2 = b"MC5264"
KT8R_fp3 = b"MCB254"

# QYT KT5800 (dual band)
KT5800_fp = b"VCB222"
Expand Down Expand Up @@ -5044,7 +5045,7 @@ class KT8R(QYTColorHT):
_uhf_range = (400000000, 481000000)
_350_range = (350000000, 391000000)
_magic = MSTRING_KT8R
_fileid = [KT8R_fp2, KT8R_fp1, KT8R_fp]
_fileid = [KT8R_fp2, KT8R_fp1, KT8R_fp, KT8R_fp3]
_power_levels = [chirp_common.PowerLevel("High", watts=5),
chirp_common.PowerLevel("Low", watts=1)]

Expand Down

0 comments on commit 99b32b3

Please sign in to comment.