Hmm, the error happens when you call jsvStringIteratorNew on something that's not a string.
... but it's possible this could be due to the new memory saving changes I have made? Not sure... it's be worth trying to run some non-network-related code on there and see if everything works ok.
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.
Hmm, the error happens when you call
jsvStringIteratorNew
on something that's not a string.... but it's possible this could be due to the new memory saving changes I have made? Not sure... it's be worth trying to run some non-network-related code on there and see if everything works ok.