To be honest, with at.debug() the overflows aren't unexpected since it's pushing all that data over USB. Try it without at.debug() and see if you still get the buffer full warnings?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
To be honest, with
at.debug()
the overflows aren't unexpected since it's pushing all that data over USB. Try it withoutat.debug()
and see if you still get the buffer full warnings?Have you tried the
AT+CIPSTO
command yet?