You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • this is what I find helpful for now :

    //Soft Reset        
    reset();
    //Details
    print("mem:"+JSON.stringify(process.memo­ry())+",version:"+process.env.VERSION+",­git_commit:"+process.env.GIT_COMMIT);
    //WiFi Status
    var wifi=require("Wifi");wifi.getStatus();
    //Hard Reset
    var esp=require("ESP8266");esp.reboot();
    

    let me know what you use

    looks like that in the EDI


    1 Attachment

    • Bildschirmfoto 2015-11-27 um 08.04.09.JPG
About

Avatar for MaBe @MaBe started