adafruit/Adafruit_FONA

replybuffer size and esp32

Nathan-ma opened this issue · 0 comments

  • Arduino board: ESP32

  • Arduino IDE version: PlatformIO

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