adafruit / Adafruit_FONA

Arduino library for the Adafruit FONA
https://www.adafruit.com/products/1946
211 stars 237 forks source link

replybuffer size and esp32 #124

Open Nathan-ma opened 3 years ago

Nathan-ma commented 3 years ago

replybuffer size on esp32 while trying to use readLine with multiline enabled, returns a LoadForbidden as an error.

Increasing the size to something as '4000' fixes it. image