Search found 167 matches

by ok1pt
Wed Sep 30, 2020 2:58 am
Forum: Developer discussions
Topic: Improvements of the DTMF Contact sending
Replies: 21
Views: 10265

Re: Improvements of the DTMF Contact sending

VK3KYY wrote:
Tue Sep 29, 2020 10:12 pm
I don't see a PR.

Which repo did you fork from ?
Hi!
So, error again :-). The github is soooo complex... I spent with it much more time than with writing the patch itself...

Code: Select all

https://github.com/patrol-cz/opengd77-mirror/pull/4
Cheers / 73, Pavel
by ok1pt
Tue Sep 29, 2020 6:56 pm
Forum: Developer discussions
Topic: Improvements of the DTMF Contact sending
Replies: 21
Views: 10265

Re: Improvements of the DTMF Contact sending

BTW I just sent a pull request for the 1st point - adding pauses between the digits and slightly speeding it up - I hope that the 3rd attempt of pull request is OK, I'm not working with github too often and creating a pull request isn't trivial thing :-).
by ok1pt
Tue Sep 29, 2020 5:50 pm
Forum: Developer discussions
Topic: Improvements of the DTMF Contact sending
Replies: 21
Views: 10265

Improvements of the DTMF Contact sending

Hi there! I'm glad that the DTFM Contact List was reintroduced to the firmware. It's a good thing, for example to use EchoLink on analog repeaters etc. However, I consider it's a kind of WIP, it still requires some improvements. 1) Current implementation violates the DTMF standards because it doesn'...
by ok1pt
Tue Sep 29, 2020 9:19 am
Forum: Developer discussions
Topic: Can't pull from git anymore
Replies: 10
Views: 6642

Re: Can't pull from git anymore

F1RMB wrote:
Mon Sep 28, 2020 6:49 pm
Anything special in the .git/config (in the OpenGD77 tree) ?
Yes! Finally it's solved. There was a very suspicios line explicitly naming this branch. After deleting this line, git pull worked perfectly and I'm already running the new firmware. Thanks for your help!
Cheers/73, Pavel
by ok1pt
Mon Sep 28, 2020 6:26 pm
Forum: Developer discussions
Topic: Can't pull from git anymore
Replies: 10
Views: 6642

Re: Can't pull from git anymore

Did you tried to delete the branch git branch -d split_dmr_filters Yes I did. One of my first intuitive tries. Doesn't work, tells that the branch cannot be found (it's not visible in git branch, git branch -a is neccessary and it's written i violet - I don't know what this color means. and/or dele...
by ok1pt
Mon Sep 28, 2020 12:51 pm
Forum: Developer discussions
Topic: Can't pull from git anymore
Replies: 10
Views: 6642

Re: Can't pull from git anymore

Hi, just reset you local copy (as you are on the development branch): git reset --hard origin/development Take care, you will loose any change you made in the branch. Cheers. --- Daniel Unfortunately, doesn't work :-(. patrol@deb:~/git/OpenGD77$ git reset --hard origin/development HEAD is now at 80...
by ok1pt
Mon Sep 28, 2020 11:01 am
Forum: Developer discussions
Topic: Can't pull from git anymore
Replies: 10
Views: 6642

Re: Can't pull from git anymore

F1RMB wrote:
Mon Sep 28, 2020 10:35 am
Hi,

Can you give the "git remote -v" output ?


Cheers.
---
Daniel
patrol@deb:~/git/OpenGD77$ git remote -v
origin https://github.com/rogerclarkmelbourne/OpenGD77 (fetch)
origin https://github.com/rogerclarkmelbourne/OpenGD77 (push)
by ok1pt
Mon Sep 28, 2020 10:24 am
Forum: Developer discussions
Topic: Can't pull from git anymore
Replies: 10
Views: 6642

Can't pull from git anymore

Hi! I can't pull the changes into my local repo because of this error: Fatal: Counldn't find remote ref refs/heads/split_dmr_filters. I tried to find a solution, especially this looks very similar to my problem: https://stackoverflow.com/questions/21642694/fail-to-use-git-pull-couldnt-find-remote-re...
by ok1pt
Sat Aug 15, 2020 8:34 am
Forum: General discussions
Topic: Implementing some missing features
Replies: 15
Views: 6163

Re: Implementing some missing features

n6io wrote:
Sat Aug 15, 2020 4:07 am
If the code plug memory supports two power levels - couldn't we use that?
Hi!
The question is: WHICH ones ? Now we have 9 power levels. OK, let's state that 5W as High. But which one should be set for Low ? 50mW ? 500mW? 1W? Or any of the others ?
Pavel
by ok1pt
Thu Aug 13, 2020 5:32 pm
Forum: General discussions
Topic: Implementing some missing features
Replies: 15
Views: 6163

Re: Implementing some missing features

BM does not process the SMS to transcode between different manufacturers, because the BM network does not know what type of radio is receiving the data. I believe you are not right in this. BM knows it because you can specify your radio type in the BM Selfcare. Now you can specify ETSI, Hytera/Kenw...