Maybe, for whatever reason USE_TELNET doesn't get defined at the point that build_jswrapper is called in the Makefile. You could try removing "#if" : "defined(USE_TELNET)" and seeing if it gets built in?
Something needs to be in there though, or every other platform will have a 'Telnet' symbol :)
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.
Maybe, for whatever reason
USE_TELNET
doesn't get defined at the point that build_jswrapper is called in the Makefile. You could try removing"#if" : "defined(USE_TELNET)"
and seeing if it gets built in?Something needs to be in there though, or every other platform will have a 'Telnet' symbol :)