8 years, 11 months ago.

Wiflyinterface library and circular buffer size

Hi Guys,

How change circular buffer size through wiflyinterface to receive more than 256 bytes??

The circular buffer (buf_wifly) is a private member of wifly class object and its size is fixed to 256 bytes by wifly constructor.Is there an higher level function to modify the size?

I've changed the size to 512 bytes directly through Wifly constructor definition (using a different release than the 11th of wiflyinterface), but I wasn't able to receive more than 256 bytes.

Thanks for your answer.

Be the first to answer this question.