6 Feb
2024
6 Feb
'24
10:50 a.m.
On Tue, Feb 6, 2024 at 7:28 AM Cyril Velter via chirp_devel chirp_devel@intrepid.danplanet.com wrote:
Hello,
My name is cyril it's my first post to this list. I'm working on improving the th_uv88 driver to fix small issues and adding support for optional signaling (dtmf, 2tones ans 5 tones).
I've two questions :
- I have submited a first Pull Request which have now been merged in the main repo but I'm having trouble to submit a second one as github try include all the previous commit since I do the fork. I'm certainly doing something wrong (I'm not used to git) can someone point me in the right direction ?
I'm not not an expert, but this is what I do
I checkout a new branch
$ git checkout origin -b test-some-more-drivers
Soon after I make the first changes, I commit them
$ git commit -a
Then as I continue my work, I continue to amend my commit
$ git commit -a --amend
- Implementing optional signaling, i already have all the values in the memory tree. Now I'm working on the UI in the settings tab. I need to display some list of tuples (for exemple dtmf code/type/name). Is there a way to display an array instead of just a list of name/value pairs in the right panel of the settings tree ? I have not found any driver doing this.
thanks,
cyril
Jim KC9HI