[chirp_devel] [PATCH] [KG-816] File SAVE/RELOAD difficulties Jetstream JT270

Tom Hayward
Mon Jun 1 17:10:02 PDT 2015


On Sat, May 30, 2015 at 12:30 PM, Jim Unroe <rock.unroe at gmail.com> wrote:
>                  filedata[0x0d70:0x0d80] != "\xff\xff\xff\xff\xff\xff\xff\xff" \
>                                             "\xff\xff\xff\xff\xff\xff\xff\xff":

In the future, it might be a little easier to read if you write it like this:

    filedata[0x0d70:0x0d80] != "\xff" * 16:


Tom KD7LXL



More information about the chirp_devel mailing list