• Yes, Grodon, I recheck it and run only this code(see below) and have same result.
    I posted this in the ESP8266 forum: http://forum.espruino.com/conversations/­323848/
    Thank you.

    var wifi = require("Wifi"); wifi.stopAP(); function onInit() {   wifi.connect("ssid", {password: "password"});   setInterval(function(){
        console.log(wifi.ping("192.168.2.1", function(b){
          //console.log(b);
        }));
        console.log(process.memory().free);   }, 5000); }
    
About

Avatar for Denis @Denis started