Re: [Hamlib-developer] Implementation for ELAD FDM_DUO
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Giovanni F. <gf...@si...> - 2018-08-20 22:03:53
|
Il 20. 08. 18 22:57, Nate Bargmann ha scritto: > * On 2018 20 Aug 13:01 -0500, Giovanni Franza wrote: >> >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Hi all, >> I've created an ELAD definition for ELAD FDM DUO, cloning the kenwood >> ts480 definitions since the CAT commands for this rtx are similar to >> ELAD FDM DUO CAT commmands, I've also modified the PTT command to fix >> the differences and avoid the error (DUO returns TX... while ts 480 >> returns nothing). > > Hi Giovanni. > > That sounds like a good addition. > >> How I can submit my work, so other can use it? > >> p.s.: I've follwed the README.developer and I have a local GIT >> repository, but I do not know how create the diff file > > Presumably you have cloned the master branch to your local machine from > one of the Hamlib repositories and not "forked" it at either SourceForge > or GitHub? If so, running 'git format-patch' and emailing the files it > generates to this mailing list should work. See the git-format-patch > manual page or do a Web search for examples. > > If you did "fork" at either Web site, push your changes to your forked > repository and then issue a "pull request" (GitHub) or a "merge request" > (SourceForge) through their respective Web interface. > > 73, Nate > Hi Nate, thanks for your fast answer, unfortunately I've made two different commits, so I combined the two patches in a single file using command git format-patch -2 --stdout >ELAD.patch hope this is correct... Regards, 73, Giovanni |