Skip to content

Commit

Permalink
rt622: Add new identification string
Browse files Browse the repository at this point in the history
Fixes #11532
  • Loading branch information
kk7ds committed Sep 17, 2024
1 parent d064ebd commit b546592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chirp/drivers/retevis_rt22.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ class RT22FRS(RT22Radio):
class RT622(RT22Radio):
VENDOR = "Retevis"
MODEL = "RT622"
_fileid = RT22Radio._fileid + [b'\xFF\xFF\xF8\xFF']


@directory.register
Expand Down

0 comments on commit b546592

Please sign in to comment.