I'm not sure the issue is quite as simple as that. If you look at the AT module code responsible it would appear to be doing the right thing...
It looks to me like it copes with the cases where the line starts with \r or \n. But I'll do some tests and will let you know
\r
\n
@Gordon started
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.
I'm not sure the issue is quite as simple as that. If you look at the AT module code responsible it would appear to be doing the right thing...
It looks to me like it copes with the cases where the line starts with
\r
or\n
. But I'll do some tests and will let you know