To be honest it could be anything - most likely is SPI/I2C write, or E.toXX... Something where you could feed in an array, string, or a number.
E.toXX
I guess realistically this should be an exception, and then you'd get a stack trace out of it. I'll see how easy it'd be to change.
@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.
To be honest it could be anything - most likely is SPI/I2C write, or
E.toXX
... Something where you could feed in an array, string, or a number.I guess realistically this should be an exception, and then you'd get a stack trace out of it. I'll see how easy it'd be to change.