I just don't understand how you're getting 'not enough memory' if you're using the exact same code and firmware that I had - I left it running all yesterday and it was going without problems :(
Also, with the suggestions in #113 I had loads of free memory available.
Glad you got something else sorted - it's just a shame you didn't get the Pico working directly. It could be your location I guess, but the fact you had it going on WIZnet and PC, and that it always complains 'out of memory', makes me think it probably is just a problem with the Pico running out of memory.
TLS uses loads of memory if you're trying to do it in a spec compliant way (which I am), and when the Pico's got to communicate with the ESP8266 using JS as well there's not a great deal of memory left over.
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 just don't understand how you're getting 'not enough memory' if you're using the exact same code and firmware that I had - I left it running all yesterday and it was going without problems :(
Also, with the suggestions in #113 I had loads of free memory available.
Glad you got something else sorted - it's just a shame you didn't get the Pico working directly. It could be your location I guess, but the fact you had it going on WIZnet and PC, and that it always complains 'out of memory', makes me think it probably is just a problem with the Pico running out of memory.
TLS uses loads of memory if you're trying to do it in a spec compliant way (which I am), and when the Pico's got to communicate with the ESP8266 using JS as well there's not a great deal of memory left over.