Search found 63 matches

by DL4LEX
Tue Dec 17, 2019 11:23 pm
Forum: Bug reports
Topic: Older GD77 Right key issue
Replies: 6
Views: 3407

Re: Older GD77 Right key issue

Did you try to power on while holding blue button?

This resets the saved settings and sometimes helps.
by DL4LEX
Fri Dec 06, 2019 10:24 pm
Forum: Bug reports
Topic: Arrow down
Replies: 9
Views: 4432

Re: Arrow down

@do0fn

How about the contact list? Does the problem exist there?
by DL4LEX
Fri Dec 06, 2019 8:55 pm
Forum: Bug reports
Topic: Arrow down
Replies: 9
Views: 4432

Re: Arrow down

Should we add an option to enable more debug info without needing a special firmware version?
We could use the black button for the info if debug is enabled.
by DL4LEX
Fri Dec 06, 2019 8:41 pm
Forum: Bug reports
Topic: Arrow down
Replies: 9
Views: 4432

Re: Arrow down

I hope not:-( I don't like bugs that are only on some devices.

I think I will add a permanent debug info screen to get more data.
by DL4LEX
Fri Dec 06, 2019 4:05 pm
Forum: Bug reports
Topic: Arrow down
Replies: 9
Views: 4432

Re: Arrow down

Is the down key complete without function or is it only in specific screens?

PS:
Which commit id? (Menu -> Firmware Info -> [ commit id ])
by DL4LEX
Wed Dec 04, 2019 12:38 pm
Forum: Bug reports
Topic: PTT lock in DMR mode is not repealed
Replies: 29
Views: 13604

Re: PTT lock in DMR mode is not repealed

Now that we have the keypad handling changed, we can use something like long pressing Blue+STAR to unlock keypad and long press Blue+HASH to unlock PTT.
Or keep Blue+STAR for lock/unlock and change switching FM<->DMR to long press STAR?

That would avoid double usage of the same key sequence.
by DL4LEX
Tue Dec 03, 2019 8:01 pm
Forum: Bug reports
Topic: PTT lock in DMR mode is not repealed
Replies: 29
Views: 13604

Re: PTT lock in DMR mode is not repealed

You should not need to press PTT+Blue+* at the same time.

- Press and release PTT -> Screen PTT locked
- Blue+* -> unlocked
by DL4LEX
Tue Dec 03, 2019 7:14 pm
Forum: Bug reports
Topic: PTT lock in DMR mode is not repealed
Replies: 29
Views: 13604

Re: PTT lock in DMR mode is not repealed

Unlocking PTT with Blue+* only works, if the screen 'PTT locked' is displayed. So to unlock you have to press PTT followed by Blue+*. This can not be changed, as PTT lock is only to lock the PTT. All other functions work as normal. So Blue+* switches between FM and DMR. The only possible 'fix' would...
by DL4LEX
Tue Dec 03, 2019 5:48 pm
Forum: Bug reports
Topic: PTT lock in DMR mode is not repealed
Replies: 29
Views: 13604

Re: PTT lock in DMR mode is not repealed

This is another one after changing keypad handling.
I will take a look and fix.
by DL4LEX
Tue Dec 03, 2019 2:39 am
Forum: Bug reports
Topic: Radio locked with the latest firmware
Replies: 80
Views: 37271

Re: Radio locked with the latest firmware

Pull request is on it's way. There was a bug in the keypad debounce part, that could lead to the lockup. The keypad function reads the I/O-pins and after 20ms reads the pins again. If these values are the same, it's a valid keypress, otherwise it's not. In the first case the key is processed, in the...