Actions
New Model #11472
closedRadioddity DB50
Start date:
08/09/2024
Due date:
% Done:
100%
Estimated time:
1:00 h
Equipment Loan/Gift Offered:
No
I read the instructions above:
Yes
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"]
Actions