-
• #3
Great,
yes I thought having a working version in javaScript would be a suitable template for the rewrite in C for the espruino source, rather that just asking you to add it without something to work from. -
• #4
Ok, it's now in the Espruino source - so latest builds (and 1v85) will have it in
-
• #5
Great I'll try it out when I've climbed out of the hole I'm down with ESP8266WIFI_0v25 chewing up memory.
-
• #7
He's using the esp8266 as a wifi co-processor with the AT firmware, not to run Espruino...
Hi,
I've created a javaScript based module that implements
decodeURIComponent
as it not currently a global function in espruino, although its partner functionencodeURIComponent
is.The attached file contains the module code.
I needed this to help with a larger body of work I have in progress and will share soon.
Is there a chance this could be included as a built-in, global function in a future release of espruino?
If not, then I'd be happy if it was hosted somewhere in the espruinio ecosystem, or should I just use NPM and tag it for espruino?
1 Attachment