[chirp_devel] #553 Icom ID-51 support

Dean Gibson AE7Q
Wed Feb 20 19:14:12 PST 2013


OK, I guess today was my lucky day.  Attached is the test suite image 
for the ID-51A.

Here's what I did (it may be instructive for newbies):

=>cd    [base directory]
=>hg    clone   http://d-rats.com/hg/chirp.hg
=>cd    chirp.hg
=>unzip ..\ChirpUpdates.zip  .hg\hgrc       # My backup to use after wiping
=>unzip ..\ChirpUpdates.zip  chirp\id51.py  # Ditto

# Edit and test ...

=>hg    qnew    -ef id51
=>hg    export  tip > id51.patch  # This contained nothing but the 
commit message, ha ha.
=>hg    qdel        id51  # error # OK, let's try again.  Oops!
=>hg    qunapplied  id51          # Will this help ?
=>hg    qdel        id51  # error # Nope ...
=>hg    qpop                      # Ah, the joys of experimentation
=>hg    qdel        id51          # Ah HA!

=>hg    add         chirp\id51.py # Wild guess
=>hg    qnew    -ef id51          # Once more into the breach
=>hg    export  tip > id51.patch  # Bingo!
=>hg    email tip
this patch series consists of 1 patches.

To: chirp_devel at intrepid.danplanet.com
Cc:

abort: (535, 'Error: authentication failed')

# Remove quotes around password in .hg/hgrc & try again ...
# Like, you can't quote special characters in a password ?
# The docs say it strips leading and trailing spaces.
# OK, so I don't use a password with a leading or trailing space,
# but still ...

=>hg email tip
this patch series consists of 1 patches.

To: chirp_devel at intrepid.danplanet.com
Cc:

sending [PATCH] [id51] Add support for Icom ID-51A #553 ...


-------------- next part --------------
A non-text attachment was scrubbed...
Name: Icom_ID-51A.img
Type: application/octet-stream
Size: 129856 bytes
Desc: not available
Url : http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20130220/a444bbcd/attachment-0001.img 


More information about the chirp_devel mailing list