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); }
@Denis 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.
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.