After changing wrapper part, there is an object Telnet1 now, similiar to Serial1
Would like to have an explanation, whats happening behind the scenes, but I don't
At the end, there is an Telnet1, but I don't know what it should be used for
Reached end of my knowledge :-(
/*JSON{
"type" : "object",
"name" : "Telnet1",
"instanceof" : "Telnet",
"#if" : "defined(USE_TELNET)"
}
A telnet serial device that maps to the built-in telnet console server (devices that have
built-in wifi only).
*/
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.
After changing wrapper part, there is an object Telnet1 now, similiar to Serial1
Would like to have an explanation, whats happening behind the scenes, but I don't
At the end, there is an Telnet1, but I don't know what it should be used for
Reached end of my knowledge :-(