New Model #11472
closedRadioddity DB50
100%
Description
WOuld someone please be so kind as to add the following lines of code just before or behind "class IntekHR2040Radio(AnyTone5888UVRadio):". Adding those lines I was able to successfully read/write/program my Radioddity DB50. Thanks for your help.
@directory.register
class RadioddityDB50Radio(AnyTone5888UVRadio):
"""Radioddity DB50"""
VENDOR = "Radioddity"
MODEL = "DB50"
_file_ident = [b"DB50"]
Updated by Klaus Ruebsam 3 months ago
@directory.register
class RadioddityDB50Radio(AnyTone5888UVRadio):
"""Radioddity DB50"""
VENDOR = "Radioddity"
MODEL = "DB50"
_file_ident = [b"QX588UV"]
Updated by Dan Smith 3 months ago
It looks to me like this is a direct clone of the base driver (same ident string). If you select the Anytone 588UV, it works fine right?
Assuming so, I'd rather just add it as an alias to be listed on the front page so people know to select the above. Please confirm the above and I'll add it.
Updated by Dan Smith 3 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset github|5df47590b01787b87ef4abf2d002f3ba061706f9.