Hi Ive have just got a ESP8266 and this was my first thought, my best attempt at the moment is below:
E.on('init', function() { E.setPassword("Password"); E.lockConsole(); });
this works for when the board boots but after i login once I have to remember to reset() or E.lockConsole()
is there a better solution at the moment ?
@Simon 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 Ive have just got a ESP8266 and this was my first thought, my best attempt at the moment is below:
this works for when the board boots but after i login once I have to remember to reset() or E.lockConsole()
is there a better solution at the moment ?