Hi Maze,
and port 88 is open too, used for OTA.
not even needing a password
check E.setPassword, so it depends on the code.
How to disable the telnet port, other than building a custom firmware?
you might use this:
ts = require('TelnetServer'); // enable telnet ts.setOptions({"mode":"on"}) // disable telnet ts.setOptions({"mode":"off"})
@MaBe 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.
Hi Maze,
and port 88 is open too, used for OTA.
check E.setPassword, so it depends on the code.
you might use this: