-
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
Callsign DB for DM-1701 does not display correctly in the radio. #296
Comments
I'm not good at C++ (in fact, I don't believe in OOP), but I think the uint pos = 0; // Set id // Set call // Set name // There is a mostly unused field here // Set city // Set state // Set country // Set DMR string // Fill the rest (up to 120) with 0xFF |
Which firmware version are you running? Also stock Baofeng or OpenGD77? |
@AndresPlazaR2 mention to trigger notification: in #377 it seems to be working for another user, from #136 I guess you are using stock firmware, not OpenGD77? There is issue #300 for OpenGD77 on DM-1701 / RT84 |
@hmatuschek , I'm still puzzled about the call-sign DB. It does not display correctly in the list of contacts, and snooping the USB data transferred (to upload the call-sign DB) from the original software and
dmrconf
look different:dmrconf
: the DMR ID is stored in binary on 3 bytes (I mean the binary representation of those 3 bytes is the DMR ID), and little endian. It doesn't seem to be a clear field separator.I wonder if this is the reason why the DB seems corrupted while looking at it in the radio.
Originally posted by @AndresPlazaR2 in #136 (comment)
The text was updated successfully, but these errors were encountered: