[chirp_devel] [PATCH 1 of 3] [uv-b5] Add validation for max offset

Dan Smith
Fri Sep 27 17:00:58 PDT 2013


Since you're changing this,

> -        if mem.duplex == "split" and abs(mem.freq - mem.offset)>69995000:
> +        if (mem.duplex == "split" and abs(mem.freq - mem.offset)>69995000) or \
> +                (mem.duplex in ["+", "-"] and mem.offset > 69995000) :

Can you put the space between the ), > and 6 characters to be in line
with the rest of the formatting?

Thanks!

-- 
Dan Smith
www.danplanet.com
KK7DS

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: OpenPGP digital signature
Url : http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20130927/39539e2c/attachment-0001.bin 


More information about the chirp_devel mailing list