ostaquet / Arduino-SIM800L-driver

Arduino driver for GSM/GPRS module SIMCom SIM800L to make HTTP/S connections with GET and POST methods
MIT License
133 stars 61 forks source link

Data size overflow #27

Closed nitko12 closed 4 years ago

nitko12 commented 4 years ago

Hi,

shouldn't this be of some larger data type, in case of larger requests?

https://github.com/ostaquet/Arduino-SIM800L-driver/blob/34e6fc6c44186a31eef6932b1b483b1dff0fae99/src/SIM800L.cpp#L479

ostaquet commented 4 years ago

Well done!

Indeed the dataSize is a uint16_t.

Fixed in v1.13.1

Thanks for noticing 👍