[RB17] Add Retevis RB17

This patch adds support for the Retevis RB17 FRS radio.

addresses #9645
This commit is contained in:
Jim Unroe 2022-01-02 14:21:43 -08:00 committed by Dan Smith
parent c8865a56d2
commit b03a63d424
2 changed files with 13 additions and 0 deletions

View file

@ -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

Binary file not shown.