Search found 62 matches

by DL4LEX
Mon Jan 20, 2020 2:28 pm
Forum: Bug reports
Topic: A small error on the display.
Replies: 11
Views: 5931

Re: A small error on the display.

That's a not documented "feature" of my private call handling.

It means that SP7PTE is transmitting a private call to the contact "echo".

Right now we don't filter private calls to check if the destination id is the own DMR-Id.
Perhaps we should mute other private calls?
by DL4LEX
Sat Jan 18, 2020 12:13 pm
Forum: Bug reports
Topic: blank screen below signal meter dmr mode
Replies: 14
Views: 7198

Re: blank screen below signal meter dmr mode

Maybe I'm missing something. But the TG should be displayed as soon as the LC header is received.
Or is the blank screen staying forever?

Your change would simply keep the channel on the display instead of the blank screen.
That's ok. So, why not.
by DL4LEX
Sat Jan 18, 2020 11:45 am
Forum: Bug reports
Topic: blank screen below signal meter dmr mode
Replies: 14
Views: 7198

Re: blank screen below signal meter dmr mode

OK, then I misunderstood and we talk about the same.

The information is not available so nothing is displayed except the header.
by DL4LEX
Sat Jan 18, 2020 11:24 am
Forum: Bug reports
Topic: blank screen below signal meter dmr mode
Replies: 14
Views: 7198

Re: blank screen below signal meter dmr mode

In an early version I displayed "waiting" in this case. So I don't think it's a redraw problem.

This was part of solving the problem displaying TG 0.
by DL4LEX
Sat Jan 18, 2020 10:52 am
Forum: Bug reports
Topic: blank screen below signal meter dmr mode
Replies: 14
Views: 7198

Re: blank screen below signal meter dmr mode

The TG and DMR id is included in a voice header transmitted at the start of each transmission. It is also included in some LC header between the voice frames. But these LC header are also used to transmit other infos like the talker alias. When the radio misses the DMR Voice Header, it has to wait f...
by DL4LEX
Fri Jan 17, 2020 10:16 am
Forum: General discussions
Topic: NA7Q - Unofficial Firmware Build [9/27][GD-77][DM-1801][RD-5R]
Replies: 154
Views: 94107

Re: NA7Q - Unofficial Firmware Build

161SM046 wrote:
Fri Jan 17, 2020 9:28 am
long press of an orange starts scanning.. the function has been removed? :cry: :cry:
Yes, that part of the code is reverted for now as it introduced some problems.
by DL4LEX
Thu Jan 16, 2020 4:32 pm
Forum: Off topic
Topic: keys and buttons
Replies: 62
Views: 43126

Re: keys and buttons

Might want to add the Fn+key combinations: FN+key combinations 1 Scan 2 Battery 3 Lastheard 4 Channel details 7 Decrease brightness 8 Increase brightness Did I miss anything? Just a reminder: these combinations are experimental and temporary. They will be configurable inside the CPS and saved in th...
by DL4LEX
Tue Jan 14, 2020 9:06 pm
Forum: General discussions
Topic: Private call - Decline functionality
Replies: 8
Views: 4175

Re: Private call - Decline functionality

I reused an existing label from the languages struct.
There are some other fixes to do for the PC screen and I will add an extra label for the setting.
by DL4LEX
Mon Jan 13, 2020 2:14 am
Forum: Bug reports
Topic: Manual Display Toggle
Replies: 6
Views: 3444

Re: Manual Display Toggle

Ok, I changed it to make long press on buttons available by including the buttons into the keypad code. But the seems to make more problems. And we don't need all the possibilities of the keypad for the buttons. I will revert this and make a PR (on Wednesday) together with some code to prepare readi...
by DL4LEX
Sun Jan 12, 2020 4:47 pm
Forum: Bug reports
Topic: Manual Display Toggle
Replies: 6
Views: 3444

Re: Manual Display Toggle

Could you describe the bug?