carrascoacd / ArduinoSIM800L

Arduino HTTP & FTP client for SIM800L/SIM800 boards to perform GET and POST requests to a JSON API as well as FTP uploads.
158 stars 58 forks source link

Add configurable response buffer size #12

Open carrascoacd opened 6 years ago

carrascoacd commented 6 years ago

The library restricts the response buffer size to 128bytes to optimise the memory use in small boards, but sometimes the response size is greater than 128bytes and the board and program can alloc extra size.