updated this patch, including write delay fix for #1187



On Friday, November 15, 2013 8:31 PM, Dan Smith <dsmith@danplanet.com> wrote:
> -        u8    demomsg1[32];
> -        u8    demomsg2[32];
> +    #seekto 0xF7B;           
> +        char  demomsg1[50];
> +        char  demomsg2[50];


Seeking in a structure like this is kinda nasty. Can you just declare
some filler bytes to use up the space?

--Dan