On Fri, Jul 24, 2020 at 8:19 PM Tony Asleson <tasleson@xxxxxxxxxx> wrote: > > With the addition of the device persistent id we have the possibility > of adding 154 more bytes to the hdr. Thus if we assume the previous > size of 128 was sufficent we can simply add the 2 amounts and round sufficient > up. ... > - char hdr[128]; > + char hdr[288]; This is quite a drastic change for the stack. Can you refactor to avoid this? -- With Best Regards, Andy Shevchenko