Skip to content

Commit

Permalink
Baofeng BF-T20: Add additional fingerprint - fixes #11351
Browse files Browse the repository at this point in the history
  • Loading branch information
KC9HI authored and kk7ds committed May 21, 2024
1 parent 0fedee7 commit 559975b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chirp/drivers/retevis_rt22.py
Original file line number Diff line number Diff line change
Expand Up @@ -749,4 +749,6 @@ class BFT20(RT22Radio):
VENDOR = "Baofeng"
MODEL = "BF-T20"

_fileid = [b"P330h33", ]
_fileid = [b"P330h33",
b"P32073" + b"\xF8\xFF",
]

0 comments on commit 559975b

Please sign in to comment.