That's a really handy website :) Yes, diffing is the way to go.
So yes, it looks like it's an issue with that module.
What is the contents of 'gps.line' when it gets so big? Espruino is relying on a newline being sent by the module, but it might not be sending one for some reason?
I'll add some sanity check in there, but I'd hoped that I wouldn't have to...
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.
That's a really handy website :) Yes, diffing is the way to go.
So yes, it looks like it's an issue with that module.
What is the contents of 'gps.line' when it gets so big? Espruino is relying on a newline being sent by the module, but it might not be sending one for some reason?
I'll add some sanity check in there, but I'd hoped that I wouldn't have to...