I am sending a HTTP POST request to my ESP-module. The POST request has its header and then 1024 bytes of data afterwards. Problem is that I only receive 256 of the data bytes in the application?
Is there some kind of data limitation in the arduino port? (When using AT commands the buffers is upto 2048bytes).