[chirp_devel] [PATCH] [px777] fix no-tone identifier. Fixes #363
Dan Smith
Fri Dec 28 15:10:37 PST 2012
> - return field[0].get_raw() == "\xFF"
> + return int(field) in [0, 16665]
Hmm, can you explain this? I expecting this to be either:
return int(field) in [0, 65535]
or
return field[1].get_raw() in ["\x00", "\xFF"]
--
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/20121228/7e6bf79e/attachment-0001.bin
More information about the chirp_devel
mailing list