Skip to content

Commit

Permalink
Add Retevis RB626
Browse files Browse the repository at this point in the history
Fixes #11515
  • Loading branch information
kk7ds committed Sep 2, 2024
1 parent 62a5bd6 commit 0fef408
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chirp/drivers/retevis_rt21.py
Original file line number Diff line number Diff line change
Expand Up @@ -1927,6 +1927,12 @@ def process_mmap(self):
self._memobj = bitwise.parse(MEM_FORMAT_RB26, self._mmap)


@directory.register
class RB626(RB26Radio):
MODEL = 'RB626'
_gmrs = False


@directory.register
class RT76Radio(RT21Radio):
"""RETEVIS RT76"""
Expand Down

0 comments on commit 0fef408

Please sign in to comment.