Telnet exists in generated jswrapper.js, search in the file returns 24 times But there is no entry for Telnet like this one for Serial1
{287, JSWAT_JSVAR | JSWAT_EXECUTE_IMMEDIATELY, (void (*)(void))gen_jswrap_Serial1},
require("Telnet") returns a variable which at least can be used for switching mode Tested on a just compiled version for ESP8266
t = require("Telnet") =function () { [native code] } t.setOptions({mode:"on"}); =undefined
@JumJum started
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.
Telnet exists in generated jswrapper.js, search in the file returns 24 times
But there is no entry for Telnet like this one for Serial1
require("Telnet") returns a variable which at least can be used for switching mode
Tested on a just compiled version for ESP8266