folny82 wrote:It seems that the code does not work when you set the number of channels Jinx 1536 and Chan/Block at 768 and run as ESP freezes and nothing happens.
Just found this ... another bug ...
change this:
os_memcpy (&data[6] , framebuffer[framebuffer_len] , framelength);
to this: (keep fingers crossed!)
os_memcpy (&framebuffer[framebuffer_len], &data[6], framelength);