Skip to content

Commit

Permalink
Retevis H777S/RT24: Support full band TX/RX - fixes #10454
Browse files Browse the repository at this point in the history
The Retevis H777S (FRS) and RT24 (PMR) are physically identical radios. Only the
frequencies preprogrammed at the factory are different.
  • Loading branch information
KC9HI authored and kk7ds committed Jun 26, 2023
1 parent 65da68a commit 55625b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chirp/drivers/radioddity_r2.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ class RetevisRT24(RadioddityR2):
VENDOR = "Retevis"
MODEL = "RT24"

_pmr = True
_pmr = False # sold as PMR radio but supports full band TX/RX


@directory.register
Expand All @@ -687,4 +687,4 @@ class RetevisH777S(RadioddityR2):
VENDOR = "Retevis"
MODEL = "H777S"

_frs16 = True
_frs16 = False # sold as FRS radio but supports full band TX/RX

0 comments on commit 55625b4

Please sign in to comment.