that might fix it? I guess everything would be on the global object Telnet instead, but that's not such a big deal as the object is going to exist anyway? Or you could use a lowercase telnet library.
If that fixes it then it could possibly be fixed in build_jswrapper - however there's then some confusion about how to add stuff to a library. There's a branch on GitHub where I was trying to sort this mess out a bit (using more sensible JSON namings), but I haven't got around to merging/test enough yet.
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.
If you just removed the:
that might fix it? I guess everything would be on the global object
Telnet
instead, but that's not such a big deal as the object is going to exist anyway? Or you could use a lowercasetelnet
library.If that fixes it then it could possibly be fixed in
build_jswrapper
- however there's then some confusion about how to add stuff to a library. There's a branch on GitHub where I was trying to sort this mess out a bit (using more sensible JSON namings), but I haven't got around to merging/test enough yet.