You are reading a single comment by @Simon and its replies. Click here to read the full conversation.
  • 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 ?

About

Avatar for Simon @Simon started