mirror of
https://github.com/kk7ds/chirp
synced 2026-08-13 17:51:36 -04:00
[RB17] Add Retevis RB17
This patch adds support for the Retevis RB17 FRS radio. addresses #9645
This commit is contained in:
parent
c8865a56d2
commit
b03a63d424
2 changed files with 13 additions and 0 deletions
|
|
@ -817,3 +817,16 @@ class RT668Radio(RT68Radio):
|
|||
|
||||
_frs = False
|
||||
_pmr = True
|
||||
|
||||
|
||||
@directory.register
|
||||
class RB17Radio(RT68Radio):
|
||||
"""RETEVIS RB17"""
|
||||
VENDOR = "Retevis"
|
||||
MODEL = "RB17"
|
||||
|
||||
_magic = "A5OGRAM"
|
||||
_fingerprint = "\x53\x00\x00\x00\x00\x00\x00\x00"
|
||||
|
||||
_frs = True
|
||||
_pmr = False
|
||||
|
|
|
|||
BIN
tests/images/Retevis_RB17.img
Normal file
BIN
tests/images/Retevis_RB17.img
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue