Search found 65 matches

by DL4LEX
Tue Jan 14, 2020 9:06 pm
Forum: General discussions
Topic: Private call - Decline functionality
Replies: 8
Views: 4199

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: 3483

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: 3483

Re: Manual Display Toggle

Could you describe the bug?
by DL4LEX
Sun Jan 12, 2020 1:02 pm
Forum: General discussions
Topic: Private call - Decline functionality
Replies: 8
Views: 4199

Re: Private call - Decline functionality

I will raise a new PR with a permanent fix for this and some other small fixes.
by DL4LEX
Mon Jan 06, 2020 10:26 pm
Forum: General discussions
Topic: Talker Alias note
Replies: 37
Views: 18048

Re: Talker Alias note

Daniel and I discussed it in one of my PR's without finding a good solution for this.
Perhaps we should display the ID, from contacts or dmrid database, as normal in one line and scroll the TA in the bottom line without any break.
by DL4LEX
Tue Dec 31, 2019 10:02 pm
Forum: New members must post here first
Topic: Happy new year
Replies: 8
Views: 4155

Re: Happy new year

One hour to go...

Happy new year everybody!
by DL4LEX
Mon Dec 30, 2019 3:25 am
Forum: Bug reports
Topic: Simultaneous transmission on both time slots.
Replies: 40
Views: 20108

Re: Simultaneous transmission on both time slots.

The switching between RX snd TX is each done in an interrupt. These interrupts are triggered some nanoseconds before the 30ms timeslot ends. If during transmitting the firmware switches the unused timeslot to RX this switching could happen too early, garbling the end of the actual frame. If this hap...
by DL4LEX
Sat Dec 21, 2019 12:47 pm
Forum: Bug reports
Topic: TG and ID issue with Repeater
Replies: 116
Views: 50706

Re: TG and ID issue with Repeater

So that's Tier 2 version running in hotspot mode?
The hotspot in the Tier 2 version is not stable. So there might be some problems.
by DL4LEX
Sat Dec 21, 2019 12:09 pm
Forum: Bug reports
Topic: TG and ID issue with Repeater
Replies: 116
Views: 50706

Re: TG and ID issue with Repeater

That was a TG 0 on transmit?
Everything else here was TG 0 on receive.
by DL4LEX
Sat Dec 21, 2019 12:26 am
Forum: General discussions
Topic: question about contact list behavior
Replies: 5
Views: 2979

Re: question about contact list behavior

Yes I have it working:

- contact
- DMR ID
- TA
- ID

I will prepare a PR.