-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement an optional more manual device/interface selection. #435
Comments
Looking forward to testing this ;-) |
Enabled device selection for DR-1801UV, also have a look at the settings dialog. There, you can disable the auto-detection, if you want to. |
Hi! In settings I deactivated auto-detect. Debug in src/application.cc@1001: Set icon theme to 'light'. I see no way to select the tty or to select DR1801UV. Maybe I am looking in the wrong places? I tried two different cables, both with the same result. And I found my second DR1801UV which has a working codeplug installed, no difference. Maybe the zip-file is not yet updated? Regards, |
Opps, sorry my fault. Yes, I forgot to push the last changes. The interface and device selection dialog should appear, once you clicked download (also on detect and upload). |
Hi! Debug in lib/hid_libusb.cc@128: Search for HID interfaces matching VID:PID 15a2:73. (trx is on and idle, cable is freshly plugged in) Regards, |
Merged into devel. |
New Devices: * Added support for the Radioddity GD-73 (#396) * Implementation of BTECH DR-1801A6 (#392) New Features: * Integer frequency (#292) * Added intermediate codeplug representation (#382) * Added button settings extension to Radioddity codeplugs. Addresses #397. * Implemented merging of codeplugs. * Implemented moving rows by drag & drop (#430) * Implemented manual device interface & model selection #435. (#436) * SMS templates implemented (#439) Bug fixes: * Fixed handling of singaling enum. Fixes #399. (#400) * Fixed CTCSS frequency, thanks @ANTodorov. * Moved default DMR radio ID to radio settings element. (#390) * Implemented codeplug import/merge (#431) * Fixed CSV reader parsing frequencies. (#429) * Fixed encoding of DMTF number length for AnyTone devices. Addresses #425.
As frequently requested and needed for some very cheap devices (DR-1801), a proper interface and device selection mechanism is needed. The majority of the work is already present.
There are a few things to be done:
The text was updated successfully, but these errors were encountered: