Project

General

Profile

Actions

New Model #11472

closed

Radioddity DB50

Added by Klaus Ruebsam 3 months ago. Updated 3 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
UI Features
Target version:
-
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 #1

Updated by Klaus Ruebsam 3 months ago

@directory.register
class RadioddityDB50Radio(AnyTone5888UVRadio):
"""Radioddity DB50"""
VENDOR = "Radioddity"
MODEL = "DB50"
_file_ident = [b"QX588UV"]

Actions #2

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.

Actions #3

Updated by Klaus Ruebsam 3 months ago

Yes, take it as Alias would also be fine.

Actions #4

Updated by Dan Smith 3 months ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF